From: Sapan Bhatia Date: Mon, 19 Aug 2013 00:37:02 +0000 (-0400) Subject: Reduce size of ACL has X-Git-Tag: procprotect-0.4-1~3 X-Git-Url: http://git.onelab.eu/?p=procprotect.git;a=commitdiff_plain;h=8b63b2155351cc4ee38495ff3442bda8eeef5210 Reduce size of ACL has --- 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];