Skip to content
Commit a57caf8c authored by Denis Efremov's avatar Denis Efremov Committed by J. Bruce Fields
Browse files

sunrpc/cache: remove the exporting of cache_seq_next

The function cache_seq_next is declared static and marked
EXPORT_SYMBOL_GPL, which is at best an odd combination. Because the
function is not used outside of the net/sunrpc/cache.c file it is
defined in, this commit removes the EXPORT_SYMBOL_GPL() marking.

Fixes: d48cf356

 ("SUNRPC: Remove non-RCU protected lookup")
Signed-off-by: default avatarDenis Efremov <efremov@linux.com>
Signed-off-by: default avatarJ. Bruce Fields <bfields@redhat.com>
parent 79123444
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment