Commit 8e377d15 authored by Jeff Layton's avatar Jeff Layton Committed by Al Viro
Browse files

vfs: unexport getname and putname symbols



I see no callers in module code.

Signed-off-by: default avatarJeff Layton <jlayton@redhat.com>
Signed-off-by: default avatarAl Viro <viro@zeniv.linux.org.uk>
parent cfd4da17
Loading
Loading
Loading
Loading
+0 −2
Original line number Original line Diff line number Diff line
@@ -163,7 +163,6 @@ void putname(const char *name)
	else
	else
		__putname(name);
		__putname(name);
}
}
EXPORT_SYMBOL(putname);
#endif
#endif


static int check_acl(struct inode *inode, int mask)
static int check_acl(struct inode *inode, int mask)
@@ -3964,7 +3963,6 @@ EXPORT_SYMBOL(follow_down_one);
EXPORT_SYMBOL(follow_down);
EXPORT_SYMBOL(follow_down);
EXPORT_SYMBOL(follow_up);
EXPORT_SYMBOL(follow_up);
EXPORT_SYMBOL(get_write_access); /* nfsd */
EXPORT_SYMBOL(get_write_access); /* nfsd */
EXPORT_SYMBOL(getname);
EXPORT_SYMBOL(lock_rename);
EXPORT_SYMBOL(lock_rename);
EXPORT_SYMBOL(lookup_one_len);
EXPORT_SYMBOL(lookup_one_len);
EXPORT_SYMBOL(page_follow_link_light);
EXPORT_SYMBOL(page_follow_link_light);