From: Paul E. McKenney Date: Sun, 30 Dec 2012 06:04:18 +0000 (-0800) Subject: rcu: Push lock release to rcu_start_gp()'s callers X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~120^2^2^3~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b8462084a2a88a6a0489f9bb7d8b1bb95bc455ab;p=pandora-kernel.git rcu: Push lock release to rcu_start_gp()'s callers If CPUs are to give prior notice of needed grace periods, it will be necessary to invoke rcu_start_gp() without dropping the root rcu_node structure's ->lock. This commit takes a second step in this direction by moving the release of this lock to rcu_start_gp()'s callers. Signed-off-by: Paul E. McKenney Signed-off-by: Paul E. McKenney --- Reading git-diff-tree failed