Re: [lustre-devel] [PATCH] staging/lustre/obdclass: fix build warning

2016-04-06 Thread James Simmons
> While building with W=1 we were getting the warning: > > drivers/staging/lustre/lustre/obdclass/cl_object.c:1056:16: > warning: old-style function definition > struct lu_env *cl_env_percpu_get() > ^ > > Signed-off-by: Sudip Mukherjee Acked-by: James Simmons > --- >

[PATCH] staging/lustre/obdclass: fix build warning

2016-04-05 Thread Sudip Mukherjee
While building with W=1 we were getting the warning: drivers/staging/lustre/lustre/obdclass/cl_object.c:1056:16: warning: old-style function definition struct lu_env *cl_env_percpu_get() ^ Signed-off-by: Sudip Mukherjee --- drivers/staging/lustre/lustre/obdclass/cl_obje