From 9957ee5b2935b266ecf30e5d507fbd4cdf590ff5 Mon Sep 17 00:00:00 2001 From: Nathan Scott Date: Tue, 14 Mar 2006 13:19:55 +1100 Subject: [PATCH] --- yaml --- r: 23097 b: refs/heads/master c: e0cc2325d151c3f4f3276b2deda734faf742146f h: refs/heads/master i: 23095: c83f2555cdff5039ee0ba43dd54fbbca10e0cc2f v: v3 --- [refs] | 2 +- trunk/fs/xfs/linux-2.6/xfs_super.c | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 8f34162bd7d0..c82541fb66c4 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 20722a91921bd9e9d4ba5c8f801d143e72e58418 +refs/heads/master: e0cc2325d151c3f4f3276b2deda734faf742146f diff --git a/trunk/fs/xfs/linux-2.6/xfs_super.c b/trunk/fs/xfs/linux-2.6/xfs_super.c index 0c7ed4b29c54..4d8613f65c2c 100644 --- a/trunk/fs/xfs/linux-2.6/xfs_super.c +++ b/trunk/fs/xfs/linux-2.6/xfs_super.c @@ -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;