diff options
Diffstat (limited to 'debian/patches/ext2fs_large_stores.patch')
-rw-r--r-- | debian/patches/ext2fs_large_stores.patch | 2 |
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> |