提交 9115eac2 编写于 作者: J Jeff Layton 提交者: Al Viro

vfs: unexport the getname() symbol

Leaving getname() exported when putname() isn't is a bad idea.
Signed-off-by: NJeff Layton <jlayton@redhat.com>
Signed-off-by: NAl Viro <viro@zeniv.linux.org.uk>
上级 dfd948e3
...@@ -209,7 +209,6 @@ getname(const char __user * filename) ...@@ -209,7 +209,6 @@ getname(const char __user * filename)
{ {
return getname_flags(filename, 0, NULL); return getname_flags(filename, 0, NULL);
} }
EXPORT_SYMBOL(getname);
#ifdef CONFIG_AUDITSYSCALL #ifdef CONFIG_AUDITSYSCALL
void putname(struct filename *name) void putname(struct filename *name)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册