Skip to content

Commit

Permalink
fs/freevxfs/vxfs_lookup.c: update function comment
Browse files Browse the repository at this point in the history
nameidata was replaced by flags in commit 00cd8dd ("stop passing
nameidata to ->lookup()").

Signed-off-by: Fabian Frederick <fabf@skynet.be>
Cc: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
  • Loading branch information
Fabian Frederick authored and Linus Torvalds committed Apr 3, 2014
1 parent 9ee108b commit ddae82d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fs/freevxfs/vxfs_lookup.c
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ vxfs_inode_by_name(struct inode *dip, struct dentry *dp)
* vxfs_lookup - lookup pathname component
* @dip: dir in which we lookup
* @dp: dentry we lookup
* @nd: lookup nameidata
* @flags: lookup flags
*
* Description:
* vxfs_lookup tries to lookup the pathname component described
Expand Down

0 comments on commit ddae82d

Please sign in to comment.