namei.c: fix BS comment
authorAl Viro <viro@zeniv.linux.org.uk>
Sun, 26 Aug 2012 16:55:54 +0000 (12:55 -0400)
committerAl 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

index dd1ed1b8e98efe048683e81bd1244c483160ad55..c5b85b3523c0bd774a9611e32ebd2e787d5fbed5 100644 (file)
@@ -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);
This page took 0.026801 seconds and 5 git commands to generate.