git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a41537e
)
jbd2: use a better hash function for the revoke table
author
Theodore Ts'o
<tytso@mit.edu>
Thu, 30 Oct 2014 14:53:17 +0000
(10:53 -0400)
committer
Theodore Ts'o
<tytso@mit.edu>
Thu, 30 Oct 2014 14:53:17 +0000
(10:53 -0400)
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: Theodore Ts'o <tytso@mit.edu>
Reported-by: Andrey Ryabinin <a.ryabinin@samsung.com>
No differences found