mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-01-13 00:29:50 +00:00
vfs: unexport the getname() symbol
Leaving getname() exported when putname() isn't is a bad idea. Signed-off-by: Jeff Layton <jlayton@redhat.com> Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
This commit is contained in:
parent
dfd948e32a
commit
9115eac2c7
@ -209,7 +209,6 @@ getname(const char __user * filename)
|
||||
{
|
||||
return getname_flags(filename, 0, NULL);
|
||||
}
|
||||
EXPORT_SYMBOL(getname);
|
||||
|
||||
#ifdef CONFIG_AUDITSYSCALL
|
||||
void putname(struct filename *name)
|
||||
|
Loading…
x
Reference in New Issue
Block a user