commit | 7414fac050d5e0b64554b902f3955eabbebb6cb2 | [log] [tgz] |
---|---|---|
author | Paul E. McKenney <paulmck@linux.vnet.ibm.com> | Mon Jun 12 16:44:19 2017 -0700 |
committer | Paul E. McKenney <paulmck@linux.vnet.ibm.com> | Thu Aug 17 07:26:06 2017 -0700 |
tree | dab7487e89ac6e82f541363e94995341f948c3ed | |
parent | bedbb648efe178c8e4708ada272536744d0f8118 [diff] |
rcu: Move rcu.h to new trivial-function style This commit saves a few lines in kernel/rcu/rcu.h by moving to single-line definitions for trivial functions, 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>