Herbert Xu ba6306e3f6 rhashtable: Remove RCU marking from rhash_lock_head
The opaque type rhash_lock_head should not be marked with __rcu
because it can never be dereferenced.  We should apply the RCU
marking when we turn it into a pointer which can be dereferenced.

This patch does exactly that.  This fixes a number of sparse
warnings as well as getting rid of some unnecessary RCU checking.

Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Signed-off-by: David S. Miller <davem@davemloft.net>
2019-05-16 09:45:20 -07:00
..
2019-05-14 10:55:54 -07:00
2019-05-08 21:35:19 -07:00
2019-04-08 15:58:54 -07:00
2019-05-08 21:35:19 -07:00
2019-05-15 09:22:41 -07:00
2019-05-06 13:47:50 -03:00
2019-05-09 08:26:55 -07:00