mirror of
https://github.com/torvalds/linux.git
synced 2024-11-15 08:31:55 +00:00
[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>
This commit is contained in:
parent
20722a9192
commit
e0cc2325d1
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user