[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20160920014937.GA18287@gondor.apana.org.au>
Date: Tue, 20 Sep 2016 09:49:37 +0800
From: Herbert Xu <herbert@...dor.apana.org.au>
To: Tom Herbert <tom@...bertland.com>
Cc: davem@...emloft.net, netdev@...r.kernel.org, kernel-team@...com,
tgraf@...g.ch
Subject: Re: [PATCH RFC 2/6] rhashtable: Call library function
alloc_bucket_locks
Tom Herbert <tom@...bertland.com> wrote:
> To allocate the array of bucket locks for the hash table we now
> call library function alloc_bucket_spinlocks. This function is
> based on the old alloc_bucket_locks in rhashtable and should
> produce the same effect.
>
> Signed-off-by: Tom Herbert <tom@...bertland.com>
This conflicts with the work I'm doing to fix the resize ENOMEM
issue. I'll be making the hashtable as well as the spinlock table
nested, in which case you must not directly dereference it as an
array.
If you're just trying to share the spinlocks for another purpose,
what we can do is provide a helper function to return the right
lock for a given key/object.
Cheers,
--
Email: Herbert Xu <herbert@...dor.apana.org.au>
Home Page: http://gondor.apana.org.au/~herbert/
PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt
Powered by blists - more mailing lists