xfs
[Top] [All Lists]

TAKE - cleanup/optimize xfs_dir_lookup_int()

To: linux-xfs@xxxxxxxxxxx
Subject: TAKE - cleanup/optimize xfs_dir_lookup_int()
From: Steve Lord <lord@xxxxxxx>
Date: Thu, 29 Aug 2002 11:00:53 -0500
Sender: linux-xfs-bounce@xxxxxxxxxxx
From Christoph:

After the rename cleanup there is only one caller of
xfs_dir_lookup_int() left that has a non-null dentry->d_inode.
But we already have another function that handles the case of definitly
non-null dentry and needed VN_HOLD: xfs_get_dir_entry. Move that one
to xfs_utils.c and use it. Also remove handling of empty path name
components as the Linux VFS will never pass them down and remove an
unused DLF_ flag.


Date:  Thu Aug 29 09:00:10 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:126360a
linux/fs/xfs/xfs_vnodeops.c - 1.559
linux/fs/xfs/xfs_utils.c - 1.51
linux/fs/xfs/xfs_utils.h - 1.24
linux/fs/xfs/xfs_rename.c - 1.40


<Prev in Thread] Current Thread [Next in Thread>
  • TAKE - cleanup/optimize xfs_dir_lookup_int(), Steve Lord <=