Remove some CELL_CAPABLE code, make the forced shutdown path
into a VFS operation and some other minor cleanups.
Date: Sat Jul 27 07:25:06 PDT 2002
Workarea: cf-vpn-sw-corp-64-20.corp.sgi.com:/home/lord/src/xfs-linux.2.4
The following file(s) were checked into:
bonnie.engr.sgi.com:/isms/slinx/2.4.x-xfs
Modid: 2.4.x-xfs:slinx:123790a
linux/fs/xfs/xfs_rw.c - 1.361
- remove cell_capable code from forced shutdown path and change
arguments to make it a work as a vfs function
linux/fs/xfs/xfs_vnodeops.c - 1.546
- remove a cell_capable ifdef
linux/fs/xfs/xfs_vfsops.c - 1.363
- no need for vfs_flags option in unmount path, initialize
vfs_force_shutdown vfs op.
linux/fs/xfs/xfs_mount.h - 1.153
- remove vfs flags argument from unmount path
make forced shutdown call VFS_FORCE_SHUTDOWN
linux/fs/xfs/xfs_mount.c - 1.293
- remove vfs flags argument from unmount path
linux/fs/xfs/xfs_inode.h - 1.165
- remove irix specific pragma
linux/fs/xfs/xfs_utils.h - 1.22
- remove some cell_capable function prototypes
linux/fs/xfs/linux/xfs_linux.h - 1.81
- remove some unneeded defines, switch from extern inline to static
inline for roundup_64.
linux/fs/xfs/linux/xfs_vfs.h - 1.23
- make forced shutdown a vfs operation
linux/fs/xfs/linux/xfs_behavior.h - 1.9
- remove some cell_capable code
|