projects
/
GitHub
/
LineageOS
/
G12
/
android_kernel_amlogic_linux-4.9.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
20722a9
)
[XFS] Flag the XFS inode cache as in need of spreading also.
author
Nathan Scott
<nathans@sgi.com>
Tue, 14 Mar 2006 02:19:55 +0000
(13:19 +1100)
committer
Nathan Scott
<nathans@sgi.com>
Tue, 14 Mar 2006 02:19:55 +0000
(13:19 +1100)
SGI-PV: 949073
SGI-Modid: xfs-linux-melb:xfs-kern:25170a
Signed-off-by: Nathan Scott <nathans@sgi.com>
fs/xfs/linux-2.6/xfs_super.c
patch
|
blob
|
blame
|
history
diff --git
a/fs/xfs/linux-2.6/xfs_super.c
b/fs/xfs/linux-2.6/xfs_super.c
index 0c7ed4b29c54209aaefd5c9e279925e5c1f3c41d..4d8613f65c2c2e27d0b83ccd2cfe8b8fe160b200 100644
(file)
--- a/
fs/xfs/linux-2.6/xfs_super.c
+++ b/
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;