summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorMichael Banck <mbanck@debian.org>2004-12-07 18:32:53 +0000
committerMichael Banck <mbanck@debian.org>2004-12-07 18:32:53 +0000
commitd36fa7e81936e9b6bed72450f7fab1e0a15f2d7b (patch)
tree49368e5a85fd788593fef75385aa38828111c05b /debian
parente229a1d5fdb9611d5e79e3e7f604a1da3c0c0b0b (diff)
* debian/patches/ext2fs_large_stores.diff: Set DISK_CACHE_BLOCKS
to 65536 in ext2fs.h.
Diffstat (limited to 'debian')
-rw-r--r--debian/patches/ext2fs_large_stores.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/patches/ext2fs_large_stores.patch b/debian/patches/ext2fs_large_stores.patch
index fbcdc09b..75c951a3 100644
--- a/debian/patches/ext2fs_large_stores.patch
+++ b/debian/patches/ext2fs_large_stores.patch
@@ -306,7 +306,7 @@ diff -urpN --exclude='*~' --exclude=build ../cvs/hurd/ext2fs/ext2fs.h hurd/ext2f
/* ---------------------------------------------------------------- */
/* pager.c */
-+#define DISK_CACHE_BLOCKS 100
++#define DISK_CACHE_BLOCKS 65536
+
#include <hurd/diskfs-pager.h>