VisionFive2 Linux kernel

StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)

More than 9999 Commits   33 Branches   55 Tags
author: Paul Jackson <pj@sgi.com> 2006-03-24 03:16:05 -0800 committer: Linus Torvalds <torvalds@g5.osdl.org> 2006-03-24 07:33:23 -0800 commit: 4b6a9316fab51af611dc8671f296734089f6a22a parent: 44110fe385af23ca5eee8a6ad4ff55d50339097a
Commit Summary:
[PATCH] cpuset memory spread: slab cache filesystems
Diffstat:
1 file changed, 1 insertion, 1 deletion
diff --git a/fs/efs/super.c b/fs/efs/super.c
index afc4891feb36..dff623e3ddbf 100644
--- a/fs/efs/super.c
+++ b/fs/efs/super.c
@@ -81,7 +81,7 @@ static int init_inodecache(void)
 {
 	efs_inode_cachep = kmem_cache_create("efs_inode_cache",
 				sizeof(struct efs_inode_info),
-				0, SLAB_RECLAIM_ACCOUNT,
+				0, SLAB_RECLAIM_ACCOUNT|SLAB_MEM_SPREAD,
 				init_once, NULL);
 	if (efs_inode_cachep == NULL)
 		return -ENOMEM;