aboutsummaryrefslogtreecommitdiffstats
path: root/fs
diff options
context:
space:
mode:
authorFabian Frederick <fabf@skynet.be>2014-04-03 17:46:31 -0400
committerLinus Torvalds <torvalds@linux-foundation.org>2014-04-03 19:20:50 -0400
commitddae82d8e67fbef534e3a240da7e77cc8654462c (patch)
tree95234fbe1ec8daabd3eac6b6d5508dbd3946f52a /fs
parent9ee108b2c626eab894f5c669cda04933b492813d (diff)
fs/freevxfs/vxfs_lookup.c: update function comment
nameidata was replaced by flags in commit 00cd8dd3bf95 ("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>
Diffstat (limited to 'fs')
-rw-r--r--fs/freevxfs/vxfs_lookup.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/freevxfs/vxfs_lookup.c b/fs/freevxfs/vxfs_lookup.c
index 25d4099a4aea..99c7f0a37af4 100644
--- a/fs/freevxfs/vxfs_lookup.c
+++ b/fs/freevxfs/vxfs_lookup.c
@@ -192,7 +192,7 @@ vxfs_inode_by_name(struct inode *dip, struct dentry *dp)
192 * vxfs_lookup - lookup pathname component 192 * vxfs_lookup - lookup pathname component
193 * @dip: dir in which we lookup 193 * @dip: dir in which we lookup
194 * @dp: dentry we lookup 194 * @dp: dentry we lookup
195 * @nd: lookup nameidata 195 * @flags: lookup flags
196 * 196 *
197 * Description: 197 * Description:
198 * vxfs_lookup tries to lookup the pathname component described 198 * vxfs_lookup tries to lookup the pathname component described