K 10 svn:author V 3 mjg K 8 svn:date V 27 2020-08-05T09:25:59.301522Z K 7 svn:log V 313 cache: convert the hash from LIST to SLIST This reduces struct namecache by sizeof(void *). Negative side is that we have to find the previous element (if any) when removing an entry, but since we normally don't expect collisions it should be fine. Note this adds cache_get_hash calls which can be eliminated. END