diff options
author | Paul E. McKenney <paulmck@linux.vnet.ibm.com> | 2017-01-23 23:02:09 +0300 |
---|---|---|
committer | Paul E. McKenney <paulmck@linux.vnet.ibm.com> | 2017-04-18 21:38:17 +0300 |
commit | 6c8c148542cf947cd95afb2c385310ce47111427 (patch) | |
tree | 8190d89a1518fe210dc2b3b9f15c450d13cadb23 /Documentation | |
parent | dffd06a7566b379be13a831b27a55bf5b0a7dea5 (diff) | |
download | linux-6c8c148542cf947cd95afb2c385310ce47111427.tar.xz |
rcu: Semicolon inside RCU_TRACE() for Tiny RCU
The current use of "RCU_TRACE(statement);" can cause odd bugs, especially
where "statement" is a local-variable declaration, as it can leave a
misplaced ";" in the source code. This commit therefore converts these
to "RCU_TRACE(statement;)", which avoids the misplaced ";".
Reported-by: Josh Triplett <josh@joshtriplett.org>
Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
Diffstat (limited to 'Documentation')
0 files changed, 0 insertions, 0 deletions