Re: [PATCH] staging: lov.ko: lov_object.c: fix sparse warning setting function to static

2016-10-17 Thread Greg KH
On Mon, Oct 17, 2016 at 03:21:52PM -0400, Ryan Swan wrote: > Fixed: sparse WARNING: symbol 'lov_read_and_clear_async_rc' was not declared. > Should it be static? I don't believe you actually test-built this change :( > > Signed-off-by: Ryan Swan > --- >

[PATCH] staging: lov.ko: lov_object.c: fix sparse warning setting function to static

2016-10-17 Thread Ryan Swan
Fixed: sparse WARNING: symbol 'lov_read_and_clear_async_rc' was not declared. Should it be static? Signed-off-by: Ryan Swan --- drivers/staging/lustre/lustre/lov/lov_object.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git