Re: [PATCH] sunrpc/cache: remove the exporting of cache_seq_next

2019-07-08 Thread J. Bruce Fields
Makes sense, thanks; apply for 5.3.--b. On Mon, Jul 08, 2019 at 07:14:23PM +0300, Denis Efremov wrote: > 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

[PATCH] sunrpc/cache: remove the exporting of cache_seq_next

2019-07-08 Thread Denis Efremov
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: d48cf356a130 ("SUNRPC: Remove