[PATCH v3] af_rxrpc: Keep rxrpc_call pointers in a hashtable

David Howells dhowells at redhat.com
Fri Feb 28 06:01:22 EST 2014


Tim Smith <tim at electronghost.co.uk> wrote:

> hash_add_rcu() and hash_for_each_possible_rcu() call hash_min() on the key 
> value passed before using it to select a hash bucket. And the first thing 
> *that* does is to start subtracting left-shifted bits of the value, which 
> smears the variation all over the word like sticky chocolate, so I don't think 
> that's going to be a problem.

Okay, good.

David



More information about the linux-afs mailing list