change remount code so that it calls a vfs operation within
XFS. reorganize the code underneath it. This better separates
the linux vfs code and the xfs specific code and will let
us enable more options on remount.
Date: Thu Apr 10 09:02:05 PDT 2003
Workarea: jen.americas.sgi.com:/src/lord/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:144140a
linux/fs/xfs/xfs_vfsops.c - 1.413
- create xfs_mntupdate and move showargs and parseargs here
linux/fs/xfs/linux/xfs_lrw.h - 1.34
- no XFS_log_write_unmount_ro anymore
linux/fs/xfs/linux/xfs_lrw.c - 1.185
- remove XFS_log_write_unmount_ro from here
linux/fs/xfs/linux/xfs_vfs.c - 1.42
- add mntupdate support
linux/fs/xfs/linux/xfs_super.h - 1.42
- no need for xfs_parseargs prototype or xfs_showargs
linux/fs/xfs/linux/xfs_super.c - 1.245
- make remount call VFS_PARSEARGS for argument parsing and VFS_MNTUPDATE
move argument parsing code out of here
linux/fs/xfs/linux/xfs_vfs.h - 1.37
- add mntupdate support
|