staging: lustre: lclient: lcommon_cl.c fixing coding style issues

fixed:  ERROR: do not initialise statics to 0 or NULL

Signed-off-by: Anil Belur <askb23@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
Anil Belur 2014-06-18 18:23:53 +10:00 committed by Greg Kroah-Hartman
parent 772f34f582
commit 847d47faa3

View file

@ -266,7 +266,7 @@ int ccc_req_init(const struct lu_env *env, struct cl_device *dev,
* fails. Access to this environment is serialized by ccc_inode_fini_guard * fails. Access to this environment is serialized by ccc_inode_fini_guard
* mutex. * mutex.
*/ */
static struct lu_env *ccc_inode_fini_env = NULL; static struct lu_env *ccc_inode_fini_env;
/** /**
* A mutex serializing calls to slp_inode_fini() under extreme memory * A mutex serializing calls to slp_inode_fini() under extreme memory