btrfs: remove SLAB_MEM_SPREAD flag use
[linux-2.6-microblaze.git] / fs / btrfs / extent_map.c
index ea08601..347ca13 100644 (file)
@@ -15,8 +15,7 @@ static struct kmem_cache *extent_map_cache;
 int __init extent_map_init(void)
 {
        extent_map_cache = kmem_cache_create("btrfs_extent_map",
-                       sizeof(struct extent_map), 0,
-                       SLAB_MEM_SPREAD, NULL);
+                                            sizeof(struct extent_map), 0, 0, NULL);
        if (!extent_map_cache)
                return -ENOMEM;
        return 0;