Skip to content

Commit

Permalink
[XFS] Flag the XFS inode cache as in need of spreading also.
Browse files Browse the repository at this point in the history
SGI-PV: 949073
SGI-Modid: xfs-linux-melb:xfs-kern:25170a

Signed-off-by: Nathan Scott <nathans@sgi.com>
  • Loading branch information
Nathan Scott committed Mar 14, 2006
1 parent 20722a9 commit e0cc232
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion fs/xfs/linux-2.6/xfs_super.c
Original file line number Diff line number Diff line change
Expand Up @@ -365,7 +365,8 @@ STATIC int
xfs_init_zones(void)
{
xfs_vnode_zone = kmem_zone_init_flags(sizeof(vnode_t), "xfs_vnode_t",
KM_ZONE_HWALIGN | KM_ZONE_RECLAIM,
KM_ZONE_HWALIGN | KM_ZONE_RECLAIM |
KM_ZONE_SPREAD,
linvfs_inode_init_once);
if (!xfs_vnode_zone)
goto out;
Expand Down

0 comments on commit e0cc232

Please sign in to comment.