From 8b63b2155351cc4ee38495ff3442bda8eeef5210 Mon Sep 17 00:00:00 2001 From: Sapan Bhatia Date: Sun, 18 Aug 2013 20:37:02 -0400 Subject: [PATCH] Reduce size of ACL has --- procprotect.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/procprotect.c b/procprotect.c index e8c639d..74c48b9 100644 --- a/procprotect.c +++ b/procprotect.c @@ -64,7 +64,7 @@ struct acl_entry { struct hlist_node hlist; }; -#define HASH_SIZE (1<<16) +#define HASH_SIZE (1<<10) struct hlist_head procprotect_hash[HASH_SIZE]; -- 2.43.0