Add XFS_FS_GOINGDOWN ioctl to xfs.
My motivation is for log recovery testing.
Date: Mon Feb 9 19:00:00 PST 2004
Workarea: sherman.melbourne.sgi.com:/build/tes/isms/2.4.x-xfs
The following file(s) were checked into:
bonnie.engr.sgi.com:/isms/linux/2.4.x-xfs
Modid: xfs-linux:xfs-kern:166489a
fs/xfs/xfs_fs.h - 1.16
- Add ioctl cmd for XFS_IOC_GOINGDOWN (the macro definition).
Add some macros for the ioctl different arguments.
fs/xfs/xfs_fsops.h - 1.26
- Prototype for xfs_fs_goingdown() defined in xfs_fsops.c.
fs/xfs/xfs_fsops.c - 1.96
- The code to call to do the work for GOINGDOWN ioctl.
It does the force_shutdowns.
fs/xfs/linux-2.6/xfs_ioctl.c - 1.104
- Simplify returning of some error codes for ioctls and
make consistent.
Add XFS_IOC_GOINGDOWN as a new cmd ioctl.
fs/xfs/linux-2.4/xfs_ioctl.c - 1.105
- Simplify returning of some error codes for ioctls and
make consistent.
Add XFS_IOC_GOINGDOWN as a new cmd ioctl.
|