xfs
[Top] [All Lists]

TAKE - minor pagebuf cleanups

To: linux-xfs@xxxxxxxxxxx
Subject: TAKE - minor pagebuf cleanups
From: Nathan Scott <nathans@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Wed, 9 Jan 2002 17:01:12 +1100 (EST)
Sender: owner-linux-xfs@xxxxxxxxxxx
Date:  Tue Jan  8 21:15:08 PST 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:109271a
linux/fs/xfs/xfs_mount.c - 1.265
        - if PAGEBUF_DEBUG is defined, allow non-page-size blocksize mounts,
          simplify my life.

linux/fs/xfs/xfs_trans_buf.c - 1.97
        - cosmetic change - xfs_buf_t/xfs_daddr_t offsetting fixups only.

linux/fs/xfs/linux/xfs_file.c - 1.56
        - remove a check which is always done higher up in the VFS code.  minor
          formatting fixup.

linux/fs/xfs/xfs_vfsops.c - 1.331
linux/fs/xfs/linux/xfs_super.h - 1.13
linux/fs/xfs/linux/xfs_super.c - 1.152
        - add some code to allow blocksize to be passed down to pagebuf.

linux/fs/xfs/xfs_buf.h - 1.77
        - remove some macros which are no longer used anywhere.

linux/include/linux/page_buf.h - 1.102
        - mostly cosmetic fixes to no-long-correct comments, duplicate comments,
          inconsistencies in offsetting in struct fields, etc.  added a field to
          pb_target_t to hold the fs blocksize, and a routine for setting it.
          fix up debugging macros so that they work again and can be enabled/
          disabled via the makefile.

linux/fs/pagebuf/page_buf.c - 1.104
linux/fs/pagebuf/page_buf_io.c - 1.106
        - cosmetic changes, mainly cleanup debugging code, formatting fixups.

linux/fs/pagebuf/page_buf_locking.c - 1.17
        - cosmetic changes, mainly cleanup debugging code, formatting fixups.
          add some code to allow blocksize to be passed in from the filesystem,
          store in the pb_target structure.

linux/fs/pagebuf/Makefile - 1.6
linux/fs/pagebuf/Makefile.in - 1.3
        - add in debugging options if debugging enabled.



<Prev in Thread] Current Thread [Next in Thread>
  • TAKE - minor pagebuf cleanups, Nathan Scott <=