]> Git Repo - linux.git/commit
[PATCH vfs-2.6 5/6] vfs: remove LOOKUP_PARENT from non LOOKUP_PARENT lookup
authorOGAWA Hirofumi <[email protected]>
Wed, 15 Oct 2008 22:50:29 +0000 (07:50 +0900)
committerAl Viro <[email protected]>
Thu, 23 Oct 2008 09:13:19 +0000 (05:13 -0400)
commit0612d9fb270a474fe6a46cc5b8d3f5b71cf5f580
treec6c9a6d2a457b6146615244e6b15ecac3b73daae
parent8f3dfaa5bab767a043c5af5b879fb86c03329f8a
[PATCH vfs-2.6 5/6] vfs: remove LOOKUP_PARENT from non LOOKUP_PARENT lookup

lookup_hash() with LOOKUP_PARENT is bogus. And this prepares to add
new intent on those path.

The user of LOOKUP_PARENT intent is nfs only, and it checks whether
nd->flags has LOOKUP_CREATE or LOOKUP_OPEN, so the result is same.

Signed-off-by: OGAWA Hirofumi <[email protected]>
fs/namei.c
This page took 0.048307 seconds and 4 git commands to generate.