diff options
Diffstat (limited to 'fs/romfs/inode.c')
-rw-r--r-- | fs/romfs/inode.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/romfs/inode.c b/fs/romfs/inode.c index 0a13859fd57b..223bebb8b45e 100644 --- a/fs/romfs/inode.c +++ b/fs/romfs/inode.c | |||
@@ -579,7 +579,7 @@ static int init_inodecache(void) | |||
579 | { | 579 | { |
580 | romfs_inode_cachep = kmem_cache_create("romfs_inode_cache", | 580 | romfs_inode_cachep = kmem_cache_create("romfs_inode_cache", |
581 | sizeof(struct romfs_inode_info), | 581 | sizeof(struct romfs_inode_info), |
582 | 0, SLAB_RECLAIM_ACCOUNT, | 582 | 0, SLAB_RECLAIM_ACCOUNT|SLAB_MEM_SPREAD, |
583 | init_once, NULL); | 583 | init_once, NULL); |
584 | if (romfs_inode_cachep == NULL) | 584 | if (romfs_inode_cachep == NULL) |
585 | return -ENOMEM; | 585 | return -ENOMEM; |