From: Paul E. McKenney Date: Tue, 19 Mar 2013 19:21:29 +0000 (-0700) Subject: rcu: Eliminate check_for_new_grace_period() wrapper function X-Git-Tag: omap-for-v3.11/fixes-for-merge-window~64^2^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=63274cfb94aac109fc2490a70a96b26751608e57;p=pandora-kernel.git rcu: Eliminate check_for_new_grace_period() wrapper function One of the calls to check_for_new_grace_period() is now redundant due to an immediately preceding call to note_gp_changes(). Eliminating this redundant call leaves a single caller, which is simpler if inlined. This commit therefore eliminates the redundant call and inlines the body of check_for_new_grace_period() into the single remaining call site. Signed-off-by: Paul E. McKenney Reviewed-by: Josh Triplett --- Reading git-diff-tree failed