aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ext2/super.c
diff options
context:
space:
mode:
Diffstat (limited to 'fs/ext2/super.c')
-rw-r--r--fs/ext2/super.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/fs/ext2/super.c b/fs/ext2/super.c
index e153f0cc240b..268b73f5847c 100644
--- a/fs/ext2/super.c
+++ b/fs/ext2/super.c
@@ -175,7 +175,8 @@ static int init_inodecache(void)
175{ 175{
176 ext2_inode_cachep = kmem_cache_create("ext2_inode_cache", 176 ext2_inode_cachep = kmem_cache_create("ext2_inode_cache",
177 sizeof(struct ext2_inode_info), 177 sizeof(struct ext2_inode_info),
178 0, SLAB_RECLAIM_ACCOUNT|SLAB_MEM_SPREAD, 178 0, (SLAB_RECLAIM_ACCOUNT|
179 SLAB_MEM_SPREAD),
179 init_once, NULL); 180 init_once, NULL);
180 if (ext2_inode_cachep == NULL) 181 if (ext2_inode_cachep == NULL)
181 return -ENOMEM; 182 return -ENOMEM;