From: Paul E. McKenney Date: Wed, 11 Jul 2012 12:23:18 +0000 (-0700) Subject: rcu: Adjust for unconditional ->completed assignment X-Git-Tag: omap-for-v3.7-rc1/fixes-cpufreq-signed~101^2~1^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=25d30cf4250f74e5ceb35f8f39739782408db633;p=pandora-kernel.git rcu: Adjust for unconditional ->completed assignment Now that the rcu_node structures' ->completed fields are unconditionally assigned at grace-period cleanup time, they should already have the correct value for the new grace period at grace-period initialization time. This commit therefore inserts a WARN_ON_ONCE() to verify this invariant. Signed-off-by: Paul E. McKenney Reviewed-by: Josh Triplett --- Reading git-diff-tree failed