[PATCH] cpuset memory spread: slab cache format
[deliverable/linux.git] / fs / dquot.c
index 1405755b8e4d4d2a73c483f35bf6f5f714e5045c..6b388692093976c1661546b619678cc40d37e000 100644 (file)
@@ -1821,7 +1821,8 @@ static int __init dquot_init(void)
 
        dquot_cachep = kmem_cache_create("dquot", 
                        sizeof(struct dquot), sizeof(unsigned long) * 4,
-                       SLAB_HWCACHE_ALIGN|SLAB_RECLAIM_ACCOUNT|SLAB_MEM_SPREAD|SLAB_PANIC,
+                       (SLAB_HWCACHE_ALIGN|SLAB_RECLAIM_ACCOUNT|
+                               SLAB_MEM_SPREAD|SLAB_PANIC),
                        NULL, NULL);
 
        order = 0;
This page took 0.094014 seconds and 5 git commands to generate.