linux 2.6.16.38 w/ vs2.0.3-rc1
[linux-2.6.git] / fs / fat / cache.c
index 97b967b..1acc941 100644 (file)
@@ -49,7 +49,7 @@ int __init fat_cache_init(void)
 {
        fat_cache_cachep = kmem_cache_create("fat_cache",
                                sizeof(struct fat_cache),
-                               0, SLAB_RECLAIM_ACCOUNT|SLAB_MEM_SPREAD,
+                               0, SLAB_RECLAIM_ACCOUNT,
                                init_once, NULL);
        if (fat_cache_cachep == NULL)
                return -ENOMEM;