Re: [PATCH -next] proc/kcore: Make kcore_modules static

2019-03-20 Thread Mukesh Ojha
On 3/20/2019 7:24 PM, Yue Haibing wrote: From: YueHaibing Fix sparse warning: fs/proc/kcore.c:591:19: warning: symbol 'kcore_modules' was not declared. Should it be static? Signed-off-by: YueHaibing --- fs/proc/kcore.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[PATCH -next] proc/kcore: Make kcore_modules static

2019-03-20 Thread Yue Haibing
From: YueHaibing Fix sparse warning: fs/proc/kcore.c:591:19: warning: symbol 'kcore_modules' was not declared. Should it be static? Signed-off-by: YueHaibing --- fs/proc/kcore.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fs/proc/kcore.c b/fs/proc/kcore.c index bbcc18