From: Oleg Nesterov Date: Tue, 10 Jan 2006 13:48:02 +0000 (+0300) Subject: [PATCH] rcu: join rcu_ctrlblk and rcu_state X-Git-Tag: v2.6.16-rc1~465 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=69a0b3157983925f14fe0bdc49622d5389538d8d;p=pandora-kernel.git [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 Acked-by: Paul E. McKenney Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed