OSDN Git Service

mm: Remove slab destructors from kmem_cache_create().
[sagit-ice-cold/kernel_xiaomi_msm8998.git] / fs / sysfs / mount.c
index 60714d0..fbc7b65 100644 (file)
@@ -86,7 +86,7 @@ int __init sysfs_init(void)
 
        sysfs_dir_cachep = kmem_cache_create("sysfs_dir_cache",
                                              sizeof(struct sysfs_dirent),
-                                             0, 0, NULL, NULL);
+                                             0, 0, NULL);
        if (!sysfs_dir_cachep)
                goto out;