commit | ec9f71c59e00388efc1337307511b59cc4c48394 | [log] [tgz] |
---|---|---|
author | Herbert Xu <herbert@gondor.apana.org.au> | Thu Mar 12 14:49:41 2015 +1100 |
committer | David S. Miller <davem@davemloft.net> | Thu Mar 12 14:35:30 2015 -0400 |
tree | 4798fe620f14eaab4403f0715aab12dbfaeed00f | |
parent | cffaa9cb922472936b269017afdd3f147cb6f380 [diff] |
rhashtable: Remove obj_raw_hashfn Now that the only caller of obj_raw_hashfn is head_hashfn, we can simply kill it and fold it into the latter. This patch also moves the common shift from head_hashfn/key_hashfn into rht_bucket_index. Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au> Acked-by: Thomas Graf <tgraf@suug.ch> Signed-off-by: David S. Miller <davem@davemloft.net>