diff options
Diffstat (limited to 'fs/freevxfs')
-rw-r--r-- | fs/freevxfs/vxfs_super.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/freevxfs/vxfs_super.c b/fs/freevxfs/vxfs_super.c index 6aa6fbe4f8ee..b44c916d24a1 100644 --- a/fs/freevxfs/vxfs_super.c +++ b/fs/freevxfs/vxfs_super.c | |||
@@ -260,7 +260,7 @@ vxfs_init(void) | |||
260 | { | 260 | { |
261 | vxfs_inode_cachep = kmem_cache_create("vxfs_inode", | 261 | vxfs_inode_cachep = kmem_cache_create("vxfs_inode", |
262 | sizeof(struct vxfs_inode_info), 0, | 262 | sizeof(struct vxfs_inode_info), 0, |
263 | SLAB_RECLAIM_ACCOUNT, NULL, NULL); | 263 | SLAB_RECLAIM_ACCOUNT|SLAB_MEM_SPREAD, NULL, NULL); |
264 | if (vxfs_inode_cachep) | 264 | if (vxfs_inode_cachep) |
265 | return register_filesystem(&vxfs_fs_type); | 265 | return register_filesystem(&vxfs_fs_type); |
266 | return -ENOMEM; | 266 | return -ENOMEM; |