From: Uma Sharma Date: Mon, 24 Mar 2014 05:32:09 +0000 (-0700) Subject: rcu: Variable name changed in tree_plugin.h and used in tree.c X-Git-Tag: omap-for-v3.16/fixes-against-rc1~39^2~26^2^2~1 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e534165bbf6a04d001748c573c7d6a7bae3713a5;p=pandora-kernel.git 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 [ paulmck: Changed the declaration and several additional uses. ] Signed-off-by: Paul E. McKenney --- Reading git-diff-tree failed