Whamcloud - gitweb
try smaller bh lru size.
authornikita <nikita>
Thu, 30 Nov 2006 21:11:19 +0000 (21:11 +0000)
committernikita <nikita>
Thu, 30 Nov 2006 21:11:19 +0000 (21:11 +0000)
lustre/kernel_patches/patches/increase-BH_LRU_SIZE.patch

index ab99548..1da2708 100644 (file)
@@ -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];