From: Paul E. McKenney Date: Sat, 29 Dec 2012 22:52:41 +0000 (-0800) Subject: rcu: Rearrange locking in rcu_start_gp() X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~120^2^2^3~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b92db6cb7efcbd41e469e1d757c47da4865f7622;p=pandora-kernel.git rcu: Rearrange locking in rcu_start_gp() 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 first step in this direction by moving the release of this lock to the end of rcu_start_gp(). Signed-off-by: Paul E. McKenney Signed-off-by: Paul E. McKenney --- Reading git-diff-tree failed