commit | 17a8c187310ccc5f5b65a7d8faf96fdc66c5fe3d | [log] [tgz] |
---|---|---|
author | Paul E. McKenney <paulmck@linux.vnet.ibm.com> | Wed May 03 12:32:55 2017 -0700 |
committer | Paul E. McKenney <paulmck@linux.vnet.ibm.com> | Thu Jun 08 18:52:32 2017 -0700 |
tree | 8733f48e2e431bf7ff23b55a3406e4276a13f930 | |
parent | b8989b76052eedc99b09322efd6f68816f191a1a [diff] |
rcu: move rcupdate.h to the new true/false-function style This commit saves a few lines in include/linux/rcupdate.h by moving to single-line definitions for functions that just return either true or false, instead of the old style where the two curly braces each get their own line. Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>