xfs
[Top] [All Lists]

TAKE - xfs_aops.c cleanup (contd).

To: linux-xfs@xxxxxxxxxxx
Subject: TAKE - xfs_aops.c cleanup (contd).
From: Nathan Scott <nathans@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Thu, 5 Sep 2002 15:41:45 +1000 (EST)
Sender: linux-xfs-bounce@xxxxxxxxxxx
Help out a bit with the tidyup work - this keeps related
aops/iops code together a bit more, and two less files.

cheers.


Date:  Wed Sep  4 22:37:11 PDT 2002
Workarea:  snort.melbourne.sgi.com:/home/nathans/linux-xfs

The following file(s) were checked into:
  bonnie.engr.sgi.com:/isms/slinx/2.4.x-xfs


Modid:  2.4.x-xfs:slinx:126748a
linux/fs/xfs/xfs_dmapi.c - 1.78
linux/fs/xfs/xfs_vfsops.c - 1.380
linux/fs/xfs/xfs_iget.c - 1.170
linux/fs/xfs/linux/xfs_lrw.c - 1.166
linux/fs/xfs/linux/xfs_linux.h - 1.84
linux/fs/xfs/linux/xfs_ioctl.c - 1.76
linux/fs/xfs/linux/xfs_xattr.c - 1.20
linux/fs/xfs/linux/xfs_xattr.h - 1.7
        - remove an unneeded #include file.

linux/fs/xfs/linux/Makefile - 1.63
linux/fs/xfs/linux/Makefile.in - 1.13
        - xfs_xattr.o has been merged in with xfs_iops.o.

linux/fs/xfs/linux/xfs_vnode.c - 1.97
linux/fs/xfs/linux/xfs_super.c - 1.211
        - remove an unneeded #include file.

linux/fs/xfs/linux/xfs_iops.c - 1.172
        - move the xattr inode operations into here, move the address_space
          operations into xfs_aops.c.  no functional change, but one less
          file & a bunch more static functions.

linux/fs/xfs/linux/xfs_iops.h - 1.16
        - merge xfs_xattr.h in here as the xattr ops are all inode ops.

linux/fs/xfs/linux/xfs_aops.c - 1.3
        - move the address_space operations from xfs_iops.c into here, make
          a bunch of stuff static now.  remove a few more remnants of the
          pb/pagebuf naming scheme that remained here too.



<Prev in Thread] Current Thread [Next in Thread>
  • TAKE - xfs_aops.c cleanup (contd)., Nathan Scott <=