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:
dd95539
)
rhashtable: Do hashing inside of rhashtable_lookup_compare()
author
Thomas Graf
<tgraf@suug.ch>
Fri, 2 Jan 2015 22:00:14 +0000
(23:00 +0100)
committer
David S. Miller
<davem@davemloft.net>
Sat, 3 Jan 2015 19:32:56 +0000
(14:32 -0500)
Hash the key inside of rhashtable_lookup_compare() like
rhashtable_lookup() does. This allows to simplify the hashing
functions and keep them private.
Signed-off-by: Thomas Graf <tgraf@suug.ch>
Cc: netfilter-devel@vger.kernel.org
Signed-off-by: David S. Miller <davem@davemloft.net>
No differences found