Forum | Documentation | Website | Blog

Skip to content
Snippets Groups Projects
Commit 830f1111 authored by Trond Myklebust's avatar Trond Myklebust
Browse files

NFS: Replace readdir's use of xxhash() with hash_64()


Both xxhash() and hash_64() appear to give similarly low collision
rates with a standard linearly increasing readdir offset. They both give
similarly higher collision rates when applied to ext4's offsets.

So switch to using the standard hash_64().

Signed-off-by: default avatarTrond Myklebust <trond.myklebust@hammerspace.com>
parent eb07d5a4
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment