commit | c4d2603dac3a555e4bb324daf5cb5cdb5694eedd | [log] [tgz] |
---|---|---|
author | Herbert Xu <herbert@gondor.apana.org.au> | Sat Feb 25 22:39:50 2017 +0800 |
committer | David S. Miller <davem@davemloft.net> | Sun Feb 26 21:33:43 2017 -0500 |
tree | aa471c625bdf28475ad8d5b6c48520ef547dac7d | |
parent | ca435407ba6655a0d63230818ffe7006d967dfe5 [diff] |
rhashtable: Fix RCU dereference annotation in rht_bucket_nested The current annotation is wrong as it says that we're only called under spinlock. In fact it should be marked as under either spinlock or RCU read lock. Fixes: da20420f83ea ("rhashtable: Add nested tables") Reported-by: Fengguang Wu <fengguang.wu@intel.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au> Signed-off-by: David S. Miller <davem@davemloft.net>