]> Git Repo - linux.git/commitdiff
vfs: unexport the getname() symbol
authorJeff Layton <[email protected]>
Mon, 27 Jan 2014 18:33:28 +0000 (13:33 -0500)
committerAl Viro <[email protected]>
Fri, 31 Jan 2014 19:28:56 +0000 (14:28 -0500)
Leaving getname() exported when putname() isn't is a bad idea.

Signed-off-by: Jeff Layton <[email protected]>
Signed-off-by: Al Viro <[email protected]>
fs/namei.c

index bcb838e2e52f24593da609abba67dc5ab5336947..445d9bbc21eb3b17e735a685b4bc626bfec72a34 100644 (file)
@@ -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)
This page took 0.057386 seconds and 4 git commands to generate.