xfs
[Top] [All Lists]

PARTIAL TAKE 969608 - decontaminate vfs operations from behavior details

To: sgi.bugs.xfs@xxxxxxxxxxxx
Subject: PARTIAL TAKE 969608 - decontaminate vfs operations from behavior details
From: dgc@xxxxxxx (David Chinner)
Date: Fri, 24 Aug 2007 21:41:11 +1000 (EST)
Cc: xfs@xxxxxxxxxxx
Sender: xfs-bounce@xxxxxxxxxxx
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.



<Prev in Thread] Current Thread [Next in Thread>
  • PARTIAL TAKE 969608 - decontaminate vfs operations from behavior details, David Chinner <=