|
@@ -82,9 +82,9 @@ static inline int dlm_mle_equal(struct dlm_ctxt *dlm,
|
|
|
return 1;
|
|
|
}
|
|
|
|
|
|
-static struct kmem_cache *dlm_lockres_cache = NULL;
|
|
|
-static struct kmem_cache *dlm_lockname_cache = NULL;
|
|
|
-static struct kmem_cache *dlm_mle_cache = NULL;
|
|
|
+static struct kmem_cache *dlm_lockres_cache;
|
|
|
+static struct kmem_cache *dlm_lockname_cache;
|
|
|
+static struct kmem_cache *dlm_mle_cache;
|
|
|
|
|
|
static void dlm_mle_release(struct kref *kref);
|
|
|
static void dlm_init_mle(struct dlm_master_list_entry *mle,
|