projects
/
GitHub
/
LineageOS
/
G12
/
android_kernel_amlogic_linux-4.9.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c6f3d81
)
namei.c: fix BS comment
author
Al Viro
<viro@zeniv.linux.org.uk>
Sun, 26 Aug 2012 16:55:54 +0000
(12:55 -0400)
committer
Al Viro
<viro@zeniv.linux.org.uk>
Thu, 27 Sep 2012 01:10:02 +0000
(21:10 -0400)
get_write_access() is needed for nfsd, not binfmt_aout (the latter
has no business doing anything of that kind, of course)
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 dd1ed1b8e98efe048683e81bd1244c483160ad55..c5b85b3523c0bd774a9611e32ebd2e787d5fbed5 100644
(file)
--- a/
fs/namei.c
+++ b/
fs/namei.c
@@
-3971,7
+3971,7
@@
EXPORT_SYMBOL(user_path_at);
EXPORT_SYMBOL(follow_down_one);
EXPORT_SYMBOL(follow_down);
EXPORT_SYMBOL(follow_up);
-EXPORT_SYMBOL(get_write_access); /*
binfmt_aout
*/
+EXPORT_SYMBOL(get_write_access); /*
nfsd
*/
EXPORT_SYMBOL(getname);
EXPORT_SYMBOL(lock_rename);
EXPORT_SYMBOL(lookup_one_len);