diff options
author | Nathan Scott <nathans@sgi.com> | 2006-03-13 21:19:55 -0500 |
---|---|---|
committer | Nathan Scott <nathans@sgi.com> | 2006-03-13 21:19:55 -0500 |
commit | e0cc2325d151c3f4f3276b2deda734faf742146f (patch) | |
tree | ad9e688d60e55c53579e58ea136d7daf664ee7b8 | |
parent | 20722a91921bd9e9d4ba5c8f801d143e72e58418 (diff) |
[XFS] Flag the XFS inode cache as in need of spreading also.
SGI-PV: 949073
SGI-Modid: xfs-linux-melb:xfs-kern:25170a
Signed-off-by: Nathan Scott <nathans@sgi.com>
-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; |