Re: [PATCH] Yama: mark function as static

2019-04-10 Thread James Morris
On Wed, 27 Mar 2019, Mukesh Ojha wrote: > Sparse complains yama_task_prctl can be static. Fix it by making > it static. > > Signed-off-by: Mukesh Ojha Applied to git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security.git next-general -- James Morris

[PATCH] Yama: mark function as static

2019-03-27 Thread Mukesh Ojha
Sparse complains yama_task_prctl can be static. Fix it by making it static. Signed-off-by: Mukesh Ojha --- security/yama/yama_lsm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/security/yama/yama_lsm.c b/security/yama/yama_lsm.c index 57cc607..9c5a15b 100644 --- a/security