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>
Sun, 12 Apr 2015 02:24:30 +0000 (22:24 -0400)
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
fs/namei.c

index 9b00dad732192bd2e2995328f312f041e8143bbd..76fb76a0818bc274fc67b2d87b582db6690d62a6 100644 (file)
@@ -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)
 {