From: Lai Jiangshan Date: Tue, 13 Jan 2015 07:30:34 +0000 (+0800) Subject: rcu_tree: Avoid touching rnp->completed when a new GP is started X-Git-Tag: omap-for-v4.2/o2_dc~148^2~2^2^3~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3f47da0f32f5e43e6ae901129d5b9c2600011a2c;p=pandora-kernel.git rcu_tree: Avoid touching rnp->completed when a new GP is started In rcu_gp_init(), rnp->completed equals to rsp->completed in THEORY, we don't need to touch it normally. If something goes wrong, it will complain and fixup rnp->completed and avoid oops. This commit thus avoids the normal needless store to rnp->completed. Signed-off-by: Lai Jiangshan Signed-off-by: Paul E. McKenney --- Reading git-diff-tree failed