diff options
author | Justus Winter <4winter@informatik.uni-hamburg.de> | 2014-05-13 20:08:19 +0200 |
---|---|---|
committer | Justus Winter <4winter@informatik.uni-hamburg.de> | 2014-05-13 20:08:19 +0200 |
commit | 2ab6147feee29f561592bcf07bb54c6688eccef7 (patch) | |
tree | 45ccb3ad2877d05d7f28bef9a31827dd2b11d78f /debian/patches/0007-libihash-reduce-the-default-maximum-load-factor-to-7.patch | |
parent | 81392d0937737682bbbbfa462a185dcb2dc8dd62 (diff) |
drop huge patch series
Diffstat (limited to 'debian/patches/0007-libihash-reduce-the-default-maximum-load-factor-to-7.patch')
-rw-r--r-- | debian/patches/0007-libihash-reduce-the-default-maximum-load-factor-to-7.patch | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/debian/patches/0007-libihash-reduce-the-default-maximum-load-factor-to-7.patch b/debian/patches/0007-libihash-reduce-the-default-maximum-load-factor-to-7.patch deleted file mode 100644 index d4110817..00000000 --- a/debian/patches/0007-libihash-reduce-the-default-maximum-load-factor-to-7.patch +++ /dev/null @@ -1,26 +0,0 @@ -From 0f30bbc488fcf38528c447b15c1d53c49f2b6cfb Mon Sep 17 00:00:00 2001 -From: Justus Winter <4winter@informatik.uni-hamburg.de> -Date: Thu, 8 May 2014 16:43:11 +0200 -Subject: [PATCH 07/11] libihash: reduce the default maximum load factor to 75% - -* libihash/ihash.h (HURD_IHASH_MAX_LOAD_DEFAULT): Set to 75. ---- - libihash/ihash.h | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/libihash/ihash.h b/libihash/ihash.h -index 3ca5ec3..6bdc925 100644 ---- a/libihash/ihash.h -+++ b/libihash/ihash.h -@@ -94,7 +94,7 @@ typedef struct hurd_ihash *hurd_ihash_t; - /* Construction and destruction of hash tables. */ - - /* The default value for the maximum load factor in percent. */ --#define HURD_IHASH_MAX_LOAD_DEFAULT 80 -+#define HURD_IHASH_MAX_LOAD_DEFAULT 75 - - /* The LOCP_OFFS to use if no location pointer is available. */ - #define HURD_IHASH_NO_LOCP INTPTR_MIN --- -2.0.0.rc0 - |