From: Al Viro Date: Fri, 17 Jun 2011 23:20:48 +0000 (-0400) Subject: kill obsolete comment for follow_down() X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=6291176bcd71a2766a19a10cbd9bab07d289e1d7;p=linux-beck.git kill obsolete comment for follow_down() Signed-off-by: Al Viro --- 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: * Follow down to the covering mount currently visible to userspace. At each * point, the filesystem owning that dentry may be queried as to whether the * caller is permitted to proceed or not. - * - * Care must be taken as namespace_sem may be held (indicated by mounting_here - * being true). */ int follow_down(struct path *path) {