]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/blobdiff - fs/dlm/lowcomms.c
mm: Remove slab destructors from kmem_cache_create().
[mirror_ubuntu-zesty-kernel.git] / fs / dlm / lowcomms.c
index 0553a6158dcbcf1bcc89d4e5d0733419ffc88214..dd362739d291e8a5d125ec2d2172e19d497bdecc 100644 (file)
@@ -1449,7 +1449,7 @@ int dlm_lowcomms_start(void)
        error = -ENOMEM;
        con_cache = kmem_cache_create("dlm_conn", sizeof(struct connection),
                                      __alignof__(struct connection), 0,
-                                     NULL, NULL);
+                                     NULL);
        if (!con_cache)
                goto out;