rcu: Variable name changed in tree_plugin.h and used in tree.c
authorUma Sharma <uma.sharma523@gmail.com>
Mon, 24 Mar 2014 05:32:09 +0000 (22:32 -0700)
committerPaul E. McKenney <paulmck@linux.vnet.ibm.com>
Wed, 14 May 2014 18:41:04 +0000 (11:41 -0700)
commite534165bbf6a04d001748c573c7d6a7bae3713a5
tree0644c4fc01f6c29912740acddc34cf8684141095
parentf5d2a0450ddfda337ffee04abf4f7b40f132c509
rcu: Variable name changed in tree_plugin.h and used in tree.c

The variable and struct both having the name "rcu_state" confuses
sparse in some situations, so this commit changes the variable to
"rcu_state_p" in order to avoid this confusion.  This also makes
things easier for human readers.

Signed-off-by: Uma Sharma <uma.sharma523@gmail.com>
[ paulmck: Changed the declaration and several additional uses. ]
Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
kernel/rcu/tree.c
kernel/rcu/tree_plugin.h
This page took 0.025451 seconds and 5 git commands to generate.