Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c8c797f9 authored by Wei Yongjun's avatar Wei Yongjun Committed by J. Bruce Fields
Browse files

nfsd: make symbol nfsd_reply_cache_shrinker static



symbol 'nfsd_reply_cache_shrinker' only used within this file. It should
be static.

Signed-off-by: default avatarWei Yongjun <yongjun_wei@trendmicro.com.cn>
Signed-off-by: default avatarJ. Bruce Fields <bfields@redhat.com>
parent 1eb6d622
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -62,7 +62,7 @@ static void cache_cleaner_func(struct work_struct *unused);
static int 	nfsd_reply_cache_shrink(struct shrinker *shrink,
					struct shrink_control *sc);

struct shrinker nfsd_reply_cache_shrinker = {
static struct shrinker nfsd_reply_cache_shrinker = {
	.shrink	= nfsd_reply_cache_shrink,
	.seeks	= 1,
};