Re: [PATCH 2/2] staging: lustre: declare internal symbols as static

2015-01-18 Thread Luca Ceresoli
Dear Greg, Greg Kroah-Hartman wrote: On Tue, Jan 13, 2015 at 11:33:03PM +0100, Luca Ceresoli wrote: Fixes dozens of sparse warnings like: warning: symbol 'cfs_tracefile_sem' was not declared. Should it be static? Signed-off-by: Luca Ceresoli Cc: Peng Tao Cc: Jinshan Xiong Cc: Srikrishan

Re: [PATCH 2/2] staging: lustre: declare internal symbols as static

2015-01-17 Thread Greg Kroah-Hartman
On Tue, Jan 13, 2015 at 11:33:03PM +0100, Luca Ceresoli wrote: > Fixes dozens of sparse warnings like: > warning: symbol 'cfs_tracefile_sem' was not declared. Should it be static? > > Signed-off-by: Luca Ceresoli > Cc: Peng Tao > Cc: Jinshan Xiong > Cc: Srikrishan Malik > Cc: hpdd-disc...@li

[PATCH 2/2] staging: lustre: declare internal symbols as static

2015-01-13 Thread Luca Ceresoli
Fixes dozens of sparse warnings like: warning: symbol 'cfs_tracefile_sem' was not declared. Should it be static? Signed-off-by: Luca Ceresoli Cc: Peng Tao Cc: Jinshan Xiong Cc: Srikrishan Malik Cc: hpdd-disc...@lists.01.org Cc: de...@driverdev.osuosl.org Cc: linux-ker...@vger.kernel.org ---