aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--fs/namei.c3
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 */
1018int follow_down(struct path *path) 1015int follow_down(struct path *path)
1019{ 1016{