aboutsummaryrefslogtreecommitdiffstats
path: root/fs/dquot.c
diff options
context:
space:
mode:
Diffstat (limited to 'fs/dquot.c')
-rw-r--r--fs/dquot.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/fs/dquot.c b/fs/dquot.c
index 1405755b8e4d..6b3886920939 100644
--- a/fs/dquot.c
+++ b/fs/dquot.c
@@ -1821,7 +1821,8 @@ 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_MEM_SPREAD|SLAB_PANIC, 1824 (SLAB_HWCACHE_ALIGN|SLAB_RECLAIM_ACCOUNT|
1825 SLAB_MEM_SPREAD|SLAB_PANIC),
1825 NULL, NULL); 1826 NULL, NULL);
1826 1827
1827 order = 0; 1828 order = 0;