From 9e7543e9398ddd9679fbc81748a3e62eff4ab105 Mon Sep 17 00:00:00 2001 From: Al Viro Date: Mon, 23 Feb 2015 02:49:48 -0500 Subject: remove incorrect comment in lookup_one_len() Signed-off-by: Al Viro --- fs/namei.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/fs/namei.c b/fs/namei.c index 9b00dad73219..76fb76a0818b 100644 --- a/fs/namei.c +++ b/fs/namei.c @@ -2137,9 +2137,7 @@ static struct dentry *lookup_hash(struct nameidata *nd) * @len: maximum length @len should be interpreted to * * Note that this routine is purely a helper for filesystem usage and should - * not be called by generic code. Also note that by using this function the - * nameidata argument is passed to the filesystem methods and a filesystem - * using this helper needs to be prepared for that. + * not be called by generic code. */ struct dentry *lookup_one_len(const char *name, struct dentry *base, int len) { -- cgit v1.2.3-59-g8ed1b