diff options
-rw-r--r-- | fs/namei.c | 2 |
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 | } |
166 | EXPORT_SYMBOL(putname); | ||
167 | #endif | 166 | #endif |
168 | 167 | ||
169 | static int check_acl(struct inode *inode, int mask) | 168 | static int check_acl(struct inode *inode, int mask) |
@@ -3964,7 +3963,6 @@ EXPORT_SYMBOL(follow_down_one); | |||
3964 | EXPORT_SYMBOL(follow_down); | 3963 | EXPORT_SYMBOL(follow_down); |
3965 | EXPORT_SYMBOL(follow_up); | 3964 | EXPORT_SYMBOL(follow_up); |
3966 | EXPORT_SYMBOL(get_write_access); /* nfsd */ | 3965 | EXPORT_SYMBOL(get_write_access); /* nfsd */ |
3967 | EXPORT_SYMBOL(getname); | ||
3968 | EXPORT_SYMBOL(lock_rename); | 3966 | EXPORT_SYMBOL(lock_rename); |
3969 | EXPORT_SYMBOL(lookup_one_len); | 3967 | EXPORT_SYMBOL(lookup_one_len); |
3970 | EXPORT_SYMBOL(page_follow_link_light); | 3968 | EXPORT_SYMBOL(page_follow_link_light); |