mirror of
https://github.com/torvalds/linux.git
synced 2024-11-21 19:41:42 +00:00
fs/freevxfs/vxfs_lookup.c: update function comment
nameidata was replaced by flags in commit 00cd8dd3bf
("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>
This commit is contained in:
parent
9ee108b2c6
commit
ddae82d8e6
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user