“2b30a90f6c358714b9d6e628ac92e514917f93a1”上不存在“drivers/char/tpm/tpm-interface.c”
提交 c8c797f9 编写于 作者: W Wei Yongjun 提交者: J. Bruce Fields

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: NWei Yongjun <yongjun_wei@trendmicro.com.cn>
Signed-off-by: NJ. Bruce Fields <bfields@redhat.com>
上级 1eb6d622
...@@ -62,7 +62,7 @@ static void cache_cleaner_func(struct work_struct *unused); ...@@ -62,7 +62,7 @@ static void cache_cleaner_func(struct work_struct *unused);
static int nfsd_reply_cache_shrink(struct shrinker *shrink, static int nfsd_reply_cache_shrink(struct shrinker *shrink,
struct shrink_control *sc); struct shrink_control *sc);
struct shrinker nfsd_reply_cache_shrinker = { static struct shrinker nfsd_reply_cache_shrinker = {
.shrink = nfsd_reply_cache_shrink, .shrink = nfsd_reply_cache_shrink,
.seeks = 1, .seeks = 1,
}; };
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册