diff options
author | Anil Belur <askb23@gmail.com> | 2014-06-18 04:23:53 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2014-06-18 18:39:19 -0400 |
commit | 847d47faa33b446d8b7e0a31fe95497c4b0ecca1 (patch) | |
tree | 642181d29d91184c4ec2115bbb8a116f5dc8dd45 | |
parent | 772f34f582fa3bef3c21cf76562e035e5e8b5b9b (diff) |
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>
-rw-r--r-- | drivers/staging/lustre/lustre/lclient/lcommon_cl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/lustre/lustre/lclient/lcommon_cl.c b/drivers/staging/lustre/lustre/lclient/lcommon_cl.c index 1f39219c43e0..de0ad37e8521 100644 --- a/drivers/staging/lustre/lustre/lclient/lcommon_cl.c +++ b/drivers/staging/lustre/lustre/lclient/lcommon_cl.c | |||
@@ -266,7 +266,7 @@ int ccc_req_init(const struct lu_env *env, struct cl_device *dev, | |||
266 | * fails. Access to this environment is serialized by ccc_inode_fini_guard | 266 | * fails. Access to this environment is serialized by ccc_inode_fini_guard |
267 | * mutex. | 267 | * mutex. |
268 | */ | 268 | */ |
269 | static struct lu_env *ccc_inode_fini_env = NULL; | 269 | static struct lu_env *ccc_inode_fini_env; |
270 | 270 | ||
271 | /** | 271 | /** |
272 | * A mutex serializing calls to slp_inode_fini() under extreme memory | 272 | * A mutex serializing calls to slp_inode_fini() under extreme memory |