| commit | 27397ab69d38edcca70f698f7957ee69238664d3 | [log] [tgz] |
|---|---|---|
| author | Uma Sharma <uma.sharma523@gmail.com> | Sun Mar 23 22:32:09 2014 -0700 |
| committer | Paul E. McKenney <paulmck@linux.vnet.ibm.com> | Fri Apr 18 11:27:27 2014 -0700 |
| tree | bc15fe9c3aa2d2fb4de5bd363016b1c5da65022a | |
| parent | 7e0a43e105de8b71015398f753d83f426735ce0d [diff] |
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>