Commit 9e7543e9 authored by Al Viro's avatar Al Viro

remove incorrect comment in lookup_one_len()

Signed-off-by: default avatarAl Viro <viro@zeniv.linux.org.uk>
parent 74eb8cc5
...@@ -2137,9 +2137,7 @@ static struct dentry *lookup_hash(struct nameidata *nd) ...@@ -2137,9 +2137,7 @@ static struct dentry *lookup_hash(struct nameidata *nd)
* @len: maximum length @len should be interpreted to * @len: maximum length @len should be interpreted to
* *
* Note that this routine is purely a helper for filesystem usage and should * 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 * not be called by generic code.
* nameidata argument is passed to the filesystem methods and a filesystem
* using this helper needs to be prepared for that.
*/ */
struct dentry *lookup_one_len(const char *name, struct dentry *base, int len) struct dentry *lookup_one_len(const char *name, struct dentry *base, int len)
{ {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment