From 495240b72848d6c271d5b64c1af786d6d6c62eec Mon Sep 17 00:00:00 2001 From: nikita Date: Thu, 30 Nov 2006 21:11:19 +0000 Subject: [PATCH] try smaller bh lru size. --- lustre/kernel_patches/patches/increase-BH_LRU_SIZE.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lustre/kernel_patches/patches/increase-BH_LRU_SIZE.patch b/lustre/kernel_patches/patches/increase-BH_LRU_SIZE.patch index ab99548..1da2708 100644 --- a/lustre/kernel_patches/patches/increase-BH_LRU_SIZE.patch +++ b/lustre/kernel_patches/patches/increase-BH_LRU_SIZE.patch @@ -7,7 +7,7 @@ Index: linux/fs/buffer.c */ -#define BH_LRU_SIZE 8 -+#define BH_LRU_SIZE 64 ++#define BH_LRU_SIZE 32 struct bh_lru { struct buffer_head *bhs[BH_LRU_SIZE]; -- 1.8.3.1