xfs
[Top] [All Lists]

TAKE - make better use of dentries in xfs

To: linux-xfs@xxxxxxxxxxx
Subject: TAKE - make better use of dentries in xfs
From: Steve Lord <lord@xxxxxxx>
Date: Wed, 5 Jun 2002 10:50:33 -0500
Sender: owner-linux-xfs@xxxxxxxxxxx
This makes things fly a little faster.

Date:  Wed Jun  5 08:53:46 PDT 2002
Workarea:  jen.americas.sgi.com:/src/lord/xfs-linux.2.4

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


Modid:  2.4.x-xfs:slinx:120877a
linux/fs/xfs/xfs_vnodeops.c - 1.530
        - Add dentries into the vops, and get the inode from the dentry in 
unlink
          and rmdir.

linux/fs/xfs/xfs_utils.c - 1.45
        - In name lookup, if we have a positive dentry use that directly 
instead of
          the directory lookup.

linux/fs/xfs/xfs_utils.h - 1.17
        - prototype changes

linux/fs/xfs/xfs_rename.c - 1.35
        - deal with dentries instead of names

linux/fs/xfs/linux/xfs_iops.c - 1.148
        - pass the dentries into the vop calls rather than just the string

linux/fs/xfs/linux/xfs_vnode.h - 1.35
        - change vop prototypes



<Prev in Thread] Current Thread [Next in Thread>
  • TAKE - make better use of dentries in xfs, Steve Lord <=