commit | 3dc5dbe9a1b815b659a6b04540fc6fd4b4e3831b | [log] [tgz] |
---|---|---|
author | Paul E. McKenney <paulmck@linux.vnet.ibm.com> | Sat Sep 26 14:51:24 2015 -0700 |
committer | Paul E. McKenney <paulmck@linux.vnet.ibm.com> | Fri Dec 04 12:27:29 2015 -0800 |
tree | 98e44ba9764ed3c2023d3deb450181de4a2dcffb | |
parent | 6cf10081220ae21175a867d446b3167bcbcb937b [diff] |
rcu: Move lock_class_key to local scope Currently, the rcu_node_class[], rcu_fqs_class[], and rcu_exp_class[] arrays needlessly pollute the global namespace within tree.c. This commit therefore converts them to static local variables within rcu_init_one(). Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>