diff options
Diffstat (limited to 'fs/xfs/linux-2.6/xfs_super.c')
-rw-r--r-- | fs/xfs/linux-2.6/xfs_super.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/fs/xfs/linux-2.6/xfs_super.c b/fs/xfs/linux-2.6/xfs_super.c index 0c7ed4b29c54..4d8613f65c2c 100644 --- a/fs/xfs/linux-2.6/xfs_super.c +++ b/fs/xfs/linux-2.6/xfs_super.c | |||
@@ -365,7 +365,8 @@ STATIC int | |||
365 | xfs_init_zones(void) | 365 | xfs_init_zones(void) |
366 | { | 366 | { |
367 | xfs_vnode_zone = kmem_zone_init_flags(sizeof(vnode_t), "xfs_vnode_t", | 367 | xfs_vnode_zone = kmem_zone_init_flags(sizeof(vnode_t), "xfs_vnode_t", |
368 | KM_ZONE_HWALIGN | KM_ZONE_RECLAIM, | 368 | KM_ZONE_HWALIGN | KM_ZONE_RECLAIM | |
369 | KM_ZONE_SPREAD, | ||
369 | linvfs_inode_init_once); | 370 | linvfs_inode_init_once); |
370 | if (!xfs_vnode_zone) | 371 | if (!xfs_vnode_zone) |
371 | goto out; | 372 | goto out; |