summaryrefslogtreecommitdiff
path: root/Kbuild
diff options
context:
space:
mode:
authorHerbert Xu <herbert@gondor.apana.org.au>2015-12-19 10:45:28 +0800
committerDavid S. Miller <davem@davemloft.net>2015-12-18 23:44:18 -0500
commit179ccc0a73641ffd24e44ff10a7bd494efe98d8d (patch)
treee0a36b2c0879b531ccd9f0e8707e59afbc474f7b /Kbuild
parente905eabc90a5b787d8708df164543ee295bea5f2 (diff)
rhashtable: Kill harmless RCU warning in rhashtable_walk_init
The commit c6ff5268293ef98e48a99597e765ffc417e39fa5 ("rhashtable: Fix walker list corruption") causes a suspicious RCU usage warning because we no longer hold ht->mutex when we dereference ht->tbl. However, this is a false positive because we now hold ht->lock which also guarantees that ht->tbl won't disppear from under us. This patch kills the warning by using rcu_dereference_protected. Reported-by: kernel test robot <ying.huang@linux.intel.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'Kbuild')
0 files changed, 0 insertions, 0 deletions