From: Al Viro Date: Fri, 14 Mar 2014 16:09:36 +0000 (-0400) Subject: get_write_access() is inlined, exporting it is pointless X-Git-Tag: firefly_0821_release~176^2~4070^2~51 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=0018d8bfc4f41de27e45517380e7d90be3580b44;p=firefly-linux-kernel-4.4.55.git get_write_access() is inlined, exporting it is pointless Signed-off-by: Al Viro --- 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);