commit | 81fcfb813fe99c30f77dd3ed9a4e541d14a9ed01 | [log] [tgz] |
---|---|---|
author | Alexey Kardashevskiy <aik@ozlabs.ru> | Wed Aug 28 18:37:39 2013 +1000 |
committer | Benjamin Herrenschmidt <benh@kernel.crashing.org> | Fri Oct 11 17:21:14 2013 +1100 |
tree | a172aff37e0127c3867b6d15f34145953099491a | |
parent | 8b5ede69d24db939f52b47effff2f6fe1e83e08b [diff] |
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>