ocfs2: remove NULL assignments on static
Static values are automatically initialized to NULL. Signed-off-by: Fabian Frederick <fabf@skynet.be> Cc: Joel Becker <jlbec@evilplan.org> Cc: Mark Fasheh <mfasheh@suse.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Esse commit está contido em:

commit de
Linus Torvalds

pai
c0f35cc0be
commit
1a5c4e2a0e
@@ -52,7 +52,7 @@
|
||||
#define MLOG_MASK_PREFIX ML_DLM
|
||||
#include "cluster/masklog.h"
|
||||
|
||||
static struct kmem_cache *dlm_lock_cache = NULL;
|
||||
static struct kmem_cache *dlm_lock_cache;
|
||||
|
||||
static DEFINE_SPINLOCK(dlm_cookie_lock);
|
||||
static u64 dlm_next_cookie = 1;
|
||||
|
Referência em uma nova issue
Block a user