]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
hashtable: add hash_for_each_possible_rcu_notrace()
authorAlexey Kardashevskiy <aik@ozlabs.ru>
Wed, 28 Aug 2013 08:37:39 +0000 (18:37 +1000)
committerBenjamin Herrenschmidt <benh@kernel.crashing.org>
Fri, 11 Oct 2013 06:21:14 +0000 (17:21 +1100)
commit81fcfb813fe99c30f77dd3ed9a4e541d14a9ed01
treea172aff37e0127c3867b6d15f34145953099491a
parent8b5ede69d24db939f52b47effff2f6fe1e83e08b
hashtable: add hash_for_each_possible_rcu_notrace()

This adds hash_for_each_possible_rcu_notrace() which is basically
a notrace clone of hash_for_each_possible_rcu() which cannot be
used in real mode due to its tracing/debugging capability.

Signed-off-by: Alexey Kardashevskiy <aik@ozlabs.ru>
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
include/linux/hashtable.h