Re: [PATCH] staging: lustre: fixed symbols not being declared static

2015-07-19 Thread Dan Carpenter
On Sun, Jul 19, 2015 at 01:46:29PM +0300, Buţiu Alexandru Octavian wrote: > Fixed sparse warning symbol lnet_upcall and lnet_debug_log_upcall not being > declared static. > > Signed-off-by: Buţiu Alexandru Octavian > --- > drivers/staging/lustre/lustre/libcfs/linux/linux-debug.c | 5 +++-- > 1 f

[PATCH] staging: lustre: fixed symbols not being declared static

2015-07-19 Thread Buţiu Alexandru Octavian
Fixed sparse warning symbol lnet_upcall and lnet_debug_log_upcall not being declared static. Signed-off-by: Buţiu Alexandru Octavian --- drivers/staging/lustre/lustre/libcfs/linux/linux-debug.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/drivers/staging/lustre/lustre