aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeff Layton <jlayton@redhat.com>2012-10-10 16:43:13 -0400
committerAl Viro <viro@zeniv.linux.org.uk>2012-10-12 00:32:09 -0400
commit8e377d15078a501c4da98471f56396343c407d92 (patch)
treefa2a1611a8a49cc77d86bfe19d43b45a266b376a
parentcfd4da175599938f21a81cdd80df02fa4151dcba (diff)
vfs: unexport getname and putname symbols
I see no callers in module code. Signed-off-by: Jeff Layton <jlayton@redhat.com> Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
-rw-r--r--fs/namei.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/fs/namei.c b/fs/namei.c
index ca14d8432d3d..9cc0fce7fc91 100644
--- a/fs/namei.c
+++ b/fs/namei.c
@@ -163,7 +163,6 @@ void putname(const char *name)
163 else 163 else
164 __putname(name); 164 __putname(name);
165} 165}
166EXPORT_SYMBOL(putname);
167#endif 166#endif
168 167
169static int check_acl(struct inode *inode, int mask) 168static int check_acl(struct inode *inode, int mask)
@@ -3964,7 +3963,6 @@ EXPORT_SYMBOL(follow_down_one);
3964EXPORT_SYMBOL(follow_down); 3963EXPORT_SYMBOL(follow_down);
3965EXPORT_SYMBOL(follow_up); 3964EXPORT_SYMBOL(follow_up);
3966EXPORT_SYMBOL(get_write_access); /* nfsd */ 3965EXPORT_SYMBOL(get_write_access); /* nfsd */
3967EXPORT_SYMBOL(getname);
3968EXPORT_SYMBOL(lock_rename); 3966EXPORT_SYMBOL(lock_rename);
3969EXPORT_SYMBOL(lookup_one_len); 3967EXPORT_SYMBOL(lookup_one_len);
3970EXPORT_SYMBOL(page_follow_link_light); 3968EXPORT_SYMBOL(page_follow_link_light);