Re: [PATCH] staging: lustre: declare file operations structure as static

2015-04-30 Thread hari prasath
On 30 April 2015 at 19:54, gre...@linuxfoundation.org wrote: > On Fri, Apr 24, 2015 at 07:52:31AM +, Gujulan Elango, Hari Prasath (H.) > wrote: >> The fops structure is referenced only locally and hence could be made static >> >> Signed-off-by: Hari Prasath Gujulan Elango >> --- >> drivers/

Re: [PATCH] staging: lustre: declare file operations structure as static

2015-04-30 Thread gre...@linuxfoundation.org
On Fri, Apr 24, 2015 at 07:52:31AM +, Gujulan Elango, Hari Prasath (H.) wrote: > The fops structure is referenced only locally and hence could be made static > > Signed-off-by: Hari Prasath Gujulan Elango > --- > drivers/staging/lustre/lustre/mdc/lproc_mdc.c | 2 +- > 1 file changed, 1 inse

[PATCH] staging: lustre: declare file operations structure as static

2015-04-24 Thread Gujulan Elango, Hari Prasath (H.)
The fops structure is referenced only locally and hence could be made static Signed-off-by: Hari Prasath Gujulan Elango --- drivers/staging/lustre/lustre/mdc/lproc_mdc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/lustre/lustre/mdc/lproc_mdc.c b/drivers/s