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 it's own.
Signed-off-by: Christoph Hellwig <hch@xxxxxx>
Date: Fri Aug 24 21:40:43 AEST 2007
Workarea: chook.melbourne.sgi.com:/build/dgc/isms/2.6.x-xfs
Inspected by: hch@xxxxxx
The following file(s) were checked into:
longdrop.melbourne.sgi.com:/isms/linux/2.6.x-xfs-melb
Modid: xfs-linux-melb:xfs-kern:29504a
fs/xfs/xfs_vfsops_bhv.c - 1.1 - new
http://oss.sgi.com/cgi-bin/cvsweb.cgi/xfs-linux/xfs_vfsops_bhv.c
- convert vfs ops to take xfs_mount pointers and split out
the behaviour related glue.
fs/xfs/xfs_vfsops.h - 1.1 - new
http://oss.sgi.com/cgi-bin/cvsweb.cgi/xfs-linux/xfs_vfsops.h
- convert vfs ops to take xfs_mount pointers and split out
the behaviour related glue.
fs/xfs/xfs_rw.c - 1.399 - changed
http://oss.sgi.com/cgi-bin/cvsweb.cgi/xfs-linux/xfs_rw.c.diff?r1=text&tr1=1.399&r2=text&tr2=1.398&f=h
- convert vfs ops to take xfs_mount pointers and split out
the behaviour related glue.
fs/xfs/xfs_vfsops.c - 1.533 - changed
http://oss.sgi.com/cgi-bin/cvsweb.cgi/xfs-linux/xfs_vfsops.c.diff?r1=text&tr1=1.533&r2=text&tr2=1.532&f=h
- convert vfs ops to take xfs_mount pointers and split out
the behaviour related glue.
fs/xfs/xfs_mount.h - 1.245 - changed
http://oss.sgi.com/cgi-bin/cvsweb.cgi/xfs-linux/xfs_mount.h.diff?r1=text&tr1=1.245&r2=text&tr2=1.244&f=h
- convert vfs ops to take xfs_mount pointers and split out
the behaviour related glue.
fs/xfs/Makefile-linux-2.6 - 1.211 - changed
http://oss.sgi.com/cgi-bin/cvsweb.cgi/xfs-linux/Makefile-linux-2.6.diff?r1=text&tr1=1.211&r2=text&tr2=1.210&f=h
- convert vfs ops to take xfs_mount pointers and split out
the behaviour related glue.
fs/xfs/linux-2.6/xfs_super.h - 1.72 - changed
http://oss.sgi.com/cgi-bin/cvsweb.cgi/xfs-linux/linux-2.6/xfs_super.h.diff?r1=text&tr1=1.72&r2=text&tr2=1.71&f=h
- convert vfs ops to take xfs_mount pointers and split out
the behaviour related glue.
fs/xfs/linux-2.6/xfs_super.c - 1.391 - changed
http://oss.sgi.com/cgi-bin/cvsweb.cgi/xfs-linux/linux-2.6/xfs_super.c.diff?r1=text&tr1=1.391&r2=text&tr2=1.390&f=h
- convert vfs ops to take xfs_mount pointers and split out
the behaviour related glue.
|