]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
[XFS] decontaminate vfs operations from behavior details
authorChristoph Hellwig <hch@infradead.org>
Thu, 30 Aug 2007 07:20:31 +0000 (17:20 +1000)
committerTim Shimmin <tes@chook.melbourne.sgi.com>
Tue, 16 Oct 2007 01:43:55 +0000 (11:43 +1000)
commit48c872a9f3ec4cdc37801aae9ef16c80026503ea
tree51d377e7ced7298d96daf9008558e54177e47a30
parentb09cc77109dbf33463480952de10511a2b67bba6
[XFS] decontaminate vfs operations from behavior details

All vfs ops now take struct xfs_mount pointers and the behaviour related
glue is split out into methods of its own.

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

Signed-off-by: Christoph Hellwig <hch@infradead.org>
Signed-off-by: David Chinner <dgc@sgi.com>
Signed-off-by: Tim Shimmin <tes@sgi.com>
fs/xfs/Makefile-linux-2.6
fs/xfs/linux-2.6/xfs_super.c
fs/xfs/linux-2.6/xfs_super.h
fs/xfs/xfs_mount.h
fs/xfs/xfs_rw.c
fs/xfs/xfs_vfsops.c
fs/xfs/xfs_vfsops.h [new file with mode: 0644]
fs/xfs/xfs_vfsops_bhv.c [new file with mode: 0644]