commit | 9a1e9693f534174945154197fec4ec92f168ce21 | [log] [tgz] |
---|---|---|
author | Mathieu Desnoyers <mathieu.desnoyers@polymtl.ca> | Tue Sep 30 01:51:12 2008 -0400 |
committer | Ingo Molnar <mingo@elte.hu> | Tue Oct 14 10:38:23 2008 +0200 |
tree | d1477dc3492812c2f8a93afe37075857d4b1ce0f | |
parent | ca2db6cf30d6a45798b7a760d0c4f7735b16799d [diff] |
tracepoints: fix reentrancy The tracepoints had the same problem markers did have wrt reentrancy. Apply a similar fix using a rcu_barrier after each tracepoint mutex lock. Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@polymtl.ca> Signed-off-by: Ingo Molnar <mingo@elte.hu>