commit | 69a0b3157983925f14fe0bdc49622d5389538d8d | [log] [tgz] |
---|---|---|
author | Oleg Nesterov <oleg@tv-sign.ru> | Tue Jan 10 16:48:02 2006 +0300 |
committer | Linus Torvalds <torvalds@g5.osdl.org> | Tue Jan 10 08:42:50 2006 -0800 |
tree | d77b406001d01b0a200c9f713d8287a2ec42ae58 | |
parent | c0400dc507a4345357fc25f13e8ac929287688a8 [diff] |
[PATCH] rcu: join rcu_ctrlblk and rcu_state This patch moves rcu_state into the rcu_ctrlblk. I think there are no reasons why we should have 2 different variables to control rcu state. Every user of rcu_state has also "rcu_ctrlblk *rcp" in the parameter list. Signed-off-by: Oleg Nesterov <oleg@tv-sign.ru> Acked-by: Paul E. McKenney <paulmck@us.ibm.com> Signed-off-by: Linus Torvalds <torvalds@osdl.org>