Skip to content
Commit d48458d4 authored by Theodore Ts'o's avatar Theodore Ts'o
Browse files

jbd2: use a better hash function for the revoke table



The old hash function didn't work well for 64-bit block numbers, and
used undefined (negative) shift right behavior.  Use the generic
64-bit hash function instead.

Signed-off-by: default avatarTheodore Ts'o <tytso@mit.edu>
Reported-by: default avatarAndrey Ryabinin <a.ryabinin@samsung.com>
parent a41537e6
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