xfs
[Top] [All Lists]

TAKE - pagebuf cleanup, warnings

To: linux-xfs@xxxxxxxxxxx
Subject: TAKE - pagebuf cleanup, warnings
From: Nathan Scott <nathans@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Fri, 16 Aug 2002 16:18:36 +1000 (EST)
Sender: owner-linux-xfs@xxxxxxxxxxx
Date:  Thu Aug 15 23:16:21 PDT 2002
Workarea:  snort.melbourne.sgi.com:/home/nathans/2.4.x-xfs

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


Modid:  2.4.x-xfs:slinx:125243a
linux/fs/xfs/xfs_mount.c - 1.297
        - No need to cast xfs_incore_relse() to void, returns void (1 caller).

linux/fs/xfs/xfs_bmap.c - 1.290
        - Fix warnings Keith points out from an IA64 kernel build.

linux/fs/xfs/pagebuf/page_buf_locking.c - 1.26
        - Cleanup: remove unused pagebuf_is_locked function, consistent
          formatting of function args & variable declarations throughout.

linux/fs/xfs/pagebuf/page_buf.c - 1.53
        - Cleanup: remove unneeded #include of xfs_types.h, consistent
          formatting of function args & variable declarations, fix incorrect
          &/ misspelt comments, consistent use of STATIC throughout.

linux/fs/xfs/pagebuf/page_buf.h - 1.36
        - Cleanup: remove unused pagebuf_is_locked function, couple of
          functions no longer return anything (never did).



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