Re: [PATCH 1/4] rhashtable: Move masking back into key_hashfn
From: Thomas Graf <tgraf@suug.ch> Date: 2015-03-12 14:02:34
On 03/12/15 at 02:49pm, Herbert Xu wrote:
This patch reverts commit c88455ce50ae4224d84960ce2baa53e61580df27
("rhashtable: key_hashfn() must return full hash value") because
the only user of it always masks the hash value.
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Need for this is gone with new rehashing.
Acked-by: Thomas Graf <tgraf@suug.ch>