| commit | 6debbf9215516e1cf9ced8cc49ff32b3c06693d6 | [log] [tgz] |
|---|---|---|
| author | Paul E. McKenney <paulmck@linux.vnet.ibm.com> | Tue Jun 27 13:22:17 2017 -0700 |
| committer | Paul E. McKenney <paulmck@linux.vnet.ibm.com> | Tue Jun 27 13:22:17 2017 -0700 |
| tree | ac0bc98bbe577b9e218972e375c92da610dff36d | |
| parent | 524a32adb04f89e5ec37a7a8723321a59f0d7d2a [diff] |
rcu: Add TPS() protection for _rcu_barrier_trace strings The _rcu_barrier_trace() function is a wrapper for trace_rcu_barrier(), which needs TPS() protection for strings passed through the second argument. However, it has escaped prior TPS()-ification efforts because it _rcu_barrier_trace() does not start with "trace_". This commit therefore adds the needed TPS() protection Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com> Cc: Steven Rostedt <rostedt@goodmis.org>