Re: [PATCH] Staging: lustre: ptlrpc: Make struct static

2015-09-25 Thread Sudip Mukherjee
On Sat, Sep 26, 2015 at 12:22:34AM +0530, Shraddha Barke wrote: > Make struct static and remove definition from header file since the > struct is accessed only in this particular file > > Signed-off-by: Shraddha Barke > --- Build fails with this patch with the error: In function ‘ptlrpc_init’:

[PATCH] Staging: lustre: ptlrpc: Make struct static

2015-09-25 Thread Shraddha Barke
Make struct static and remove definition from header file since the struct is accessed only in this particular file Signed-off-by: Shraddha Barke --- drivers/staging/lustre/lustre/ptlrpc/ptlrpc_internal.h | 2 +- drivers/staging/lustre/lustre/ptlrpc/service.c | 2 +- 2 files changed, 2 i