From: Al Viro Date: Mon, 23 Feb 2015 07:49:48 +0000 (-0500) Subject: remove incorrect comment in lookup_one_len() X-Git-Tag: KARO-TXA5-2015-06-26~105^2~59 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=0f7afcd874b3bb6efc6c0999e52a3b7df87ff789;p=karo-tx-linux.git remove incorrect comment in lookup_one_len() Signed-off-by: Al Viro --- diff --git a/fs/namei.c b/fs/namei.c index 61151df0a8df..7a11ec15bb91 100644 --- a/fs/namei.c +++ b/fs/namei.c @@ -2131,9 +2131,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) {