hash: cleanups refill
authorJens Axboe <axboe@kernel.dk>
Fri, 1 Jul 2022 16:48:41 +0000 (10:48 -0600)
committerJens Axboe <axboe@kernel.dk>
Fri, 1 Jul 2022 16:55:09 +0000 (10:55 -0600)
commitd2e80e750a28ee54b2684962877bbd0baf672882
treef0849b65cd2226db0e2444b51e5a8203bdfbbaa3
parent76c37788d45145b00004b4ef09856c8c3892006a
hash: cleanups

- Use __hash_u64() for __fill_random_buffer()
- Convert rdma to use GOLDEN_RATIO_64

That's the last user of GOLDEN_RATIO_PRIME, which due to bit sparseness
isn't really useful for our purposes.

Signed-off-by: Jens Axboe <axboe@kernel.dk>
engines/rdma.c
hash.h
lib/rand.c