xfs
[Top] [All Lists]

TAKE - always use path_lookup instead of path_init + path_walk

To: undisclosed-recipients:;
Subject: TAKE - always use path_lookup instead of path_init + path_walk
From: Christoph Hellwig <hch@xxxxxxxxxxxxxxxxxxxxx>
Date: Tue, 3 Dec 2002 20:18:35 +0100
Resent-date: Tue, 3 Dec 2002 21:42:15 -0500
Resent-from: hch@xxxxxxx
Resent-message-id: <200212040242.gB42gFg01311@xxxxxxxxxxxxxxxxxxxxxxx>
Resent-to: linux-xfs@xxxxxxxxxxx
Sender: linux-xfs-bounce@xxxxxxxxxxx
Date:  Tue Dec  3 10:49:02 PST 2002
Workarea:  lab343.munich.sgi.com:/home/hch/repo/slinx/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:134191a
linux/kernel/ksyms.c - 1.139
        - export path_lookup as in 2.5

linux/fs/xfs/linux/xfs_super.c - 1.233
linux/fs/xfs/dmapi/dmapi_register.c - 1.20
        - use path_lookup instead of path_init + path_walk


Subject: TAKE - 

use find_trylock_page instead of find_get_page + TryLockPage

Date:  Tue Dec  3 10:58:29 PST 2002
Workarea:  lab343.munich.sgi.com:/home/hch/repo/slinx/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:134193a
linux/kernel/ksyms.c - 1.140
        - export find_trylock_page as in 2.5

linux/fs/xfs/linux/xfs_aops.c - 1.15
        - use find_trylock_page instead of find_get_page + TryLockPage


Subject: TAKE - 

small syncups with 2.5


Date:  Tue Dec  3 11:19:47 PST 2002
Workarea:  lab343.munich.sgi.com:/home/hch/repo/slinx/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:134197a
linux/fs/xfs/xfs_vfsops.c - 1.401
        - remove useless initialization

linux/fs/xfs/linux/xfs_linux.h - 1.95
        - include major.h (some ports don't get it implicitly)
          include mm.h instead of fs.h (includes fs.h implicitly)

linux/fs/xfs/linux/xfs_super.c - 1.234
        - use NODEV instead of 0 for a nil kdev_t assignment
          use sb_min_blocksize as in 2.5

linux/fs/xfs/dmapi/dmapi_sysent.c - 1.18
        - include major.h (some ports don't get it implicitly)


<Prev in Thread] Current Thread [Next in Thread>
  • TAKE - always use path_lookup instead of path_init + path_walk, Christoph Hellwig <=