diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2011-06-17 19:20:48 -0400 |
---|---|---|
committer | Al Viro <viro@zeniv.linux.org.uk> | 2011-06-20 10:45:49 -0400 |
commit | 6291176bcd71a2766a19a10cbd9bab07d289e1d7 (patch) | |
tree | 123ca2c96c0614b94ad2065174f5c1c77db45c12 | |
parent | 1aec7036d0c2996c86ce483ca0a28f3b20807b43 (diff) |
kill obsolete comment for follow_down()
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
-rw-r--r-- | fs/namei.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/fs/namei.c b/fs/namei.c index 9e425e7e6c8f..975c40620fe9 100644 --- a/fs/namei.c +++ b/fs/namei.c | |||
@@ -1011,9 +1011,6 @@ failed: | |||
1011 | * Follow down to the covering mount currently visible to userspace. At each | 1011 | * Follow down to the covering mount currently visible to userspace. At each |
1012 | * point, the filesystem owning that dentry may be queried as to whether the | 1012 | * point, the filesystem owning that dentry may be queried as to whether the |
1013 | * caller is permitted to proceed or not. | 1013 | * caller is permitted to proceed or not. |
1014 | * | ||
1015 | * Care must be taken as namespace_sem may be held (indicated by mounting_here | ||
1016 | * being true). | ||
1017 | */ | 1014 | */ |
1018 | int follow_down(struct path *path) | 1015 | int follow_down(struct path *path) |
1019 | { | 1016 | { |