diff options
author | Al Viro | 2014-03-14 17:09:36 +0100 |
---|---|---|
committer | Al Viro | 2014-04-02 05:19:13 +0200 |
commit | 0018d8bfc4f41de27e45517380e7d90be3580b44 (patch) | |
tree | b9a746c9ad115996b0f87b05542fcd99664cd6dd /fs | |
parent | tidy do_dentry_open() up a bit (diff) | |
download | kernel-qcow2-linux-0018d8bfc4f41de27e45517380e7d90be3580b44.tar.gz kernel-qcow2-linux-0018d8bfc4f41de27e45517380e7d90be3580b44.tar.xz kernel-qcow2-linux-0018d8bfc4f41de27e45517380e7d90be3580b44.zip |
get_write_access() is inlined, exporting it is pointless
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'fs')
-rw-r--r-- | fs/namei.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/namei.c b/fs/namei.c index 4b491b431990..2fb4fe57f4b1 100644 --- a/fs/namei.c +++ b/fs/namei.c @@ -4413,7 +4413,6 @@ EXPORT_SYMBOL(user_path_at); EXPORT_SYMBOL(follow_down_one); EXPORT_SYMBOL(follow_down); EXPORT_SYMBOL(follow_up); -EXPORT_SYMBOL(get_write_access); /* nfsd */ EXPORT_SYMBOL(lock_rename); EXPORT_SYMBOL(lookup_one_len); EXPORT_SYMBOL(page_follow_link_light); |