]> git.baikalelectronics.ru Git - kernel.git/commit
rcu: Semicolon inside RCU_TRACE() for rcu.h
authorPaul E. McKenney <paulmck@linux.vnet.ibm.com>
Mon, 23 Jan 2017 19:55:43 +0000 (11:55 -0800)
committerPaul E. McKenney <paulmck@linux.vnet.ibm.com>
Tue, 18 Apr 2017 18:38:17 +0000 (11:38 -0700)
commit1f1fd68fc5b3b057aa628c958bc3b5a4aa3ac325
tree7adfd4d1e39a4dc737b625b554f11324685727e2
parent632e50414ffe97bbc1f0dbc8ad9b59c8ecec8ea6
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>
kernel/rcu/rcu.h