Whamcloud - gitweb
git://git.whamcloud.com
/
fs
/
lustre-release.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
92f7996
)
try smaller bh lru size.
author
nikita
<nikita>
Thu, 30 Nov 2006 21:11:19 +0000
(21:11 +0000)
committer
nikita
<nikita>
Thu, 30 Nov 2006 21:11:19 +0000
(21:11 +0000)
lustre/kernel_patches/patches/increase-BH_LRU_SIZE.patch
patch
|
blob
|
history
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
(file)
--- 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];