]> bbs.cooldavid.org Git - net-next-2.6.git/commit - fs/xfs/linux-2.6/xfs_super.c
[XFS] call common xfs vfs-level helpers directly and remove vfs operations
authorChristoph Hellwig <hch@infradead.org>
Thu, 30 Aug 2007 07:20:39 +0000 (17:20 +1000)
committerTim Shimmin <tes@chook.melbourne.sgi.com>
Tue, 16 Oct 2007 01:44:08 +0000 (11:44 +1000)
commit745f691912b700ac98607b525f3c892204c7f12f
tree4988bdf45dec4bc9bffd432fc3e521b73836172f
parent48c872a9f3ec4cdc37801aae9ef16c80026503ea
[XFS] call common xfs vfs-level helpers directly and remove vfs operations

Also remove the now dead behavior code.

SGI-PV: 969608
SGI-Modid: xfs-linux-melb:xfs-kern:29505a

Signed-off-by: Christoph Hellwig <hch@infradead.org>
Signed-off-by: David Chinner <dgc@sgi.com>
Signed-off-by: Tim Shimmin <tes@sgi.com>
18 files changed:
fs/xfs/Makefile-linux-2.6
fs/xfs/linux-2.6/xfs_export.c
fs/xfs/linux-2.6/xfs_linux.h
fs/xfs/linux-2.6/xfs_lrw.h
fs/xfs/linux-2.6/xfs_super.c
fs/xfs/linux-2.6/xfs_super.h
fs/xfs/linux-2.6/xfs_vfs.c
fs/xfs/linux-2.6/xfs_vfs.h
fs/xfs/linux-2.6/xfs_vnode.c
fs/xfs/xfs_behavior.c [deleted file]
fs/xfs/xfs_behavior.h [deleted file]
fs/xfs/xfs_iget.c
fs/xfs/xfs_inode.c
fs/xfs/xfs_mount.c
fs/xfs/xfs_mount.h
fs/xfs/xfs_vfsops.c
fs/xfs/xfs_vfsops.h
fs/xfs/xfs_vfsops_bhv.c [deleted file]