Re: [PATCH] lustre: obdclass: fix sparse warning

2015-11-06 Thread Greg KH
On Sun, Nov 01, 2015 at 02:12:29PM +0530, Paul Davies C wrote: > Fix the following warning given by sparse: > > drivers/staging/lustre/lustre/obdclass/cl_lock.c:690:5: warning: symbol > 'cl_lock_mutex_try' was not declared. Should it be static? > > Signed-off-by: Paul Davies C > --- >

Re: [PATCH] lustre: obdclass: fix sparse warning

2015-11-06 Thread Greg KH
On Sun, Nov 01, 2015 at 02:12:29PM +0530, Paul Davies C wrote: > Fix the following warning given by sparse: > > drivers/staging/lustre/lustre/obdclass/cl_lock.c:690:5: warning: symbol > 'cl_lock_mutex_try' was not declared. Should it be static? > > Signed-off-by: Paul Davies C

[PATCH] lustre: obdclass: fix sparse warning

2015-11-01 Thread Paul Davies C
Fix the following warning given by sparse: drivers/staging/lustre/lustre/obdclass/cl_lock.c:690:5: warning: symbol 'cl_lock_mutex_try' was not declared. Should it be static? Signed-off-by: Paul Davies C --- drivers/staging/lustre/lustre/obdclass/cl_lock.c | 2 +- 1 file changed, 1

[PATCH] lustre: obdclass: fix sparse warning

2015-11-01 Thread Paul Davies C
Fix the following warning given by sparse: drivers/staging/lustre/lustre/obdclass/cl_lock.c:690:5: warning: symbol 'cl_lock_mutex_try' was not declared. Should it be static? Signed-off-by: Paul Davies C --- drivers/staging/lustre/lustre/obdclass/cl_lock.c | 2 +- 1 file

Re: [PATCH] lustre: obdclass: fix sparse warning

2015-10-25 Thread Greg KH
On Sat, Oct 24, 2015 at 12:58:20PM +0530, Paul Davies C wrote: > This patch fixes the following warnings given by the sparse: > > drivers/staging/lustre/lustre/obdclass/linux/linux-module.c:424:5: warning: > symbol 'class_procfs_init' was not declared. Should it be static? >

Re: [PATCH] lustre: obdclass: fix sparse warning

2015-10-25 Thread Greg KH
On Sat, Oct 24, 2015 at 12:58:20PM +0530, Paul Davies C wrote: > This patch fixes the following warnings given by the sparse: > > drivers/staging/lustre/lustre/obdclass/linux/linux-module.c:424:5: warning: > symbol 'class_procfs_init' was not declared. Should it be static? >

[PATCH] lustre: obdclass: fix sparse warning

2015-10-24 Thread Paul Davies C
This patch fixes the following warnings given by the sparse: drivers/staging/lustre/lustre/obdclass/linux/linux-module.c:424:5: warning: symbol 'class_procfs_init' was not declared. Should it be static? drivers/staging/lustre/lustre/obdclass/linux/linux-module.c:460:5: warning: symbol

[PATCH] lustre: obdclass: fix sparse warning

2015-10-24 Thread Paul Davies C
This patch fixes the following warnings given by the sparse: drivers/staging/lustre/lustre/obdclass/linux/linux-module.c:424:5: warning: symbol 'class_procfs_init' was not declared. Should it be static? drivers/staging/lustre/lustre/obdclass/linux/linux-module.c:460:5: warning: symbol