From: nikita Date: Thu, 30 Nov 2006 21:11:19 +0000 (+0000) Subject: try smaller bh lru size. X-Git-Tag: v1_8_0_110~486^2~51 X-Git-Url: https://git.whamcloud.com/gitweb?a=commitdiff_plain;h=495240b72848d6c271d5b64c1af786d6d6c62eec;p=fs%2Flustre-release.git try smaller bh lru size. --- 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];