commit | 134bd4e47012cca3ba424104ff1ca529578caea6 | [log] [tgz] |
---|---|---|
author | Paul E. McKenney <paulmck@linux.vnet.ibm.com> | Tue Mar 19 12:38:24 2013 -0700 |
committer | Paul E. McKenney <paulmck@linux.vnet.ibm.com> | Tue Mar 19 12:38:24 2013 -0700 |
tree | 47f5a3325fad10a8b9e5b6dfb3e7994f613bdd3a | |
parent | 7106a36dad6dad92b9f142ae5167019669496067 [diff] |
rcu: Move redundant call to note_gp_changes() into called function The __rcu_process_callbacks() invokes note_gp_changes() immediately before invoking rcu_check_quiescent_state(), which conditionally invokes that same function. This commit therefore eliminates the call to note_gp_changes() in __rcu_process_callbacks() in favor of making unconditional to call from rcu_check_quiescent_state() to note_gp_changes(). Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>