projects
/
GitHub
/
LineageOS
/
android_kernel_samsung_universal7580.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1aec703
)
kill obsolete comment for follow_down()
author
Al Viro
<viro@zeniv.linux.org.uk>
Fri, 17 Jun 2011 23:20:48 +0000
(19:20 -0400)
committer
Al Viro
<viro@zeniv.linux.org.uk>
Mon, 20 Jun 2011 14:45:49 +0000
(10:45 -0400)
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
fs/namei.c
patch
|
blob
|
blame
|
history
diff --git
a/fs/namei.c
b/fs/namei.c
index 9e425e7e6c8fbdcb2229fb9516480666c2ac0880..975c40620fe9cb94cd6fdaf57b8da062909d4f91 100644
(file)
--- 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)
{