Whamcloud - gitweb
b=22456 Remove files for unsupported kernels
[fs/lustre-release.git] / lustre / kernel_patches / patches / increase-BH_LRU_SIZE.patch
diff --git a/lustre/kernel_patches/patches/increase-BH_LRU_SIZE.patch b/lustre/kernel_patches/patches/increase-BH_LRU_SIZE.patch
deleted file mode 100644 (file)
index 1da2708..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
-Index: linux/fs/buffer.c
-===================================================================
---- linux.orig/fs/buffer.c
-+++ linux/fs/buffer.c
-@@ -1429,7 +1429,7 @@ static struct buffer_head *__bread_slow(
-  * a local interrupt disable for that.
-  */
--#define BH_LRU_SIZE   8
-+#define BH_LRU_SIZE   32
- struct bh_lru {
-       struct buffer_head *bhs[BH_LRU_SIZE];