]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - fs/dquot.c
[PATCH] autofs4: add new packet type for v5 communications
[linux-2.6-omap-h63xx.git] / fs / dquot.c
index acf07e581f8cc5577e824711a1e9447992db48ec..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_PANIC,
+                       (SLAB_HWCACHE_ALIGN|SLAB_RECLAIM_ACCOUNT|
+                               SLAB_MEM_SPREAD|SLAB_PANIC),
                        NULL, NULL);
 
        order = 0;