mm, slab: remove last vestiges of SLAB_MEM_SPREAD
[linux-2.6-microblaze.git] / fs / zonefs / super.c
index 236a6d8..c6a124e 100644 (file)
@@ -1422,7 +1422,7 @@ static int __init zonefs_init_inodecache(void)
 {
        zonefs_inode_cachep = kmem_cache_create("zonefs_inode_cache",
                        sizeof(struct zonefs_inode_info), 0,
-                       (SLAB_RECLAIM_ACCOUNT | SLAB_MEM_SPREAD | SLAB_ACCOUNT),
+                       SLAB_RECLAIM_ACCOUNT | SLAB_ACCOUNT,
                        NULL);
        if (zonefs_inode_cachep == NULL)
                return -ENOMEM;