On Sun, Jun 30, 2019 at 09:52:29AM -0400, Trond Myklebust wrote: > +/* FIXME: dynamically size this for the machine somehow? */ > +#define NFSD_FILE_HASH_BITS 12 > +#define NFSD_FILE_HASH_SIZE (1 << NFSD_FILE_HASH_BITS) > +#define NFSD_LAUNDRETTE_DELAY (2 * HZ) Isn't this what rhashtable is for?