diff options
author | Paul E. McKenney <paulmck@linux.vnet.ibm.com> | 2017-01-23 11:55:43 -0800 |
---|---|---|
committer | Paul E. McKenney <paulmck@linux.vnet.ibm.com> | 2017-04-18 11:38:17 -0700 |
commit | dffd06a7566b379be13a831b27a55bf5b0a7dea5 (patch) | |
tree | 7adfd4d1e39a4dc737b625b554f11324685727e2 /kernel/configs.c | |
parent | 15c68f7f6341da1693a60440338dd4aa8836da48 (diff) | |
download | lwn-dffd06a7566b379be13a831b27a55bf5b0a7dea5.tar.gz lwn-dffd06a7566b379be13a831b27a55bf5b0a7dea5.zip |
rcu: Semicolon inside RCU_TRACE() for rcu.h
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 'kernel/configs.c')
0 files changed, 0 insertions, 0 deletions