hash: cleanups
authorJens Axboe <axboe@kernel.dk>
Fri, 1 Jul 2022 21:03:39 +0000 (15:03 -0600)
committerJens Axboe <axboe@kernel.dk>
Fri, 1 Jul 2022 21:03:39 +0000 (15:03 -0600)
commitdc4729e3ef6a9116d7cd30e96e4f5863883e5bd7
treea0f44d80bf8539a1529c88d59263d0402ff04d14
parentaa75fc9db6b98ad317911b35b4a968139a648bb8
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