]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
remove incorrect comment in lookup_one_len()
authorAl Viro <viro@zeniv.linux.org.uk>
Mon, 23 Feb 2015 07:49:48 +0000 (02:49 -0500)
committerAl Viro <viro@zeniv.linux.org.uk>
Tue, 24 Mar 2015 21:19:17 +0000 (17:19 -0400)
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
fs/namei.c

index 61151df0a8df7cac4fd4aeffa95a7690d39dbd01..7a11ec15bb91948300f9db319b032b68c2e4b4a0 100644 (file)
@@ -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)
 {