summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/patches/huge-nodecache0001-xxx-huge-nodecache.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/patches/huge-nodecache0001-xxx-huge-nodecache.patch b/debian/patches/huge-nodecache0001-xxx-huge-nodecache.patch
index fca05bea..159fd5e9 100644
--- a/debian/patches/huge-nodecache0001-xxx-huge-nodecache.patch
+++ b/debian/patches/huge-nodecache0001-xxx-huge-nodecache.patch
@@ -11,12 +11,12 @@ diff --git a/libdiskfs/node-cache.c b/libdiskfs/node-cache.c
index a76474a..6dafdb6 100644
--- a/libdiskfs/node-cache.c
+++ b/libdiskfs/node-cache.c
-@@ -19,7 +19,7 @@
+@@ -19,8 +19,7 @@
#include "priv.h"
-#define INOHSZ 8192
-+#define INOHSZ (8192*8)
++#define INOHSZ (8192*16)
#if ((INOHSZ&(INOHSZ-1)) == 0)
#define INOHASH(ino) ((ino)&(INOHSZ-1))
#else