mm, slab: remove last vestiges of SLAB_MEM_SPREAD
[linux-block.git] / fs / exfat / cache.c
index 5a2f119b7e8c79c6e6c917dd66f12b10acef00b5..7cc200d898211032e8cd0aa68c74faa23bc47444 100644 (file)
@@ -46,7 +46,7 @@ int exfat_cache_init(void)
 {
        exfat_cachep = kmem_cache_create("exfat_cache",
                                sizeof(struct exfat_cache),
-                               0, SLAB_RECLAIM_ACCOUNT|SLAB_MEM_SPREAD,
+                               0, SLAB_RECLAIM_ACCOUNT,
                                exfat_cache_init_once);
        if (!exfat_cachep)
                return -ENOMEM;