diff options
Diffstat (limited to 'fs/dquot.c')
-rw-r--r-- | fs/dquot.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/dquot.c b/fs/dquot.c index acf07e581f8c..1405755b8e4d 100644 --- a/fs/dquot.c +++ b/fs/dquot.c | |||
@@ -1821,7 +1821,7 @@ static int __init dquot_init(void) | |||
1821 | 1821 | ||
1822 | dquot_cachep = kmem_cache_create("dquot", | 1822 | dquot_cachep = kmem_cache_create("dquot", |
1823 | sizeof(struct dquot), sizeof(unsigned long) * 4, | 1823 | sizeof(struct dquot), sizeof(unsigned long) * 4, |
1824 | SLAB_HWCACHE_ALIGN|SLAB_RECLAIM_ACCOUNT|SLAB_PANIC, | 1824 | SLAB_HWCACHE_ALIGN|SLAB_RECLAIM_ACCOUNT|SLAB_MEM_SPREAD|SLAB_PANIC, |
1825 | NULL, NULL); | 1825 | NULL, NULL); |
1826 | 1826 | ||
1827 | order = 0; | 1827 | order = 0; |