]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
rcu: Switch callers from rcu_process_gp_end() to note_gp_changes()
authorPaul E. McKenney <paulmck@linux.vnet.ibm.com>
Tue, 19 Mar 2013 18:32:11 +0000 (11:32 -0700)
committerPaul E. McKenney <paulmck@linux.vnet.ibm.com>
Mon, 10 Jun 2013 20:39:43 +0000 (13:39 -0700)
commit470716fc043aba2fea832334e58d5cd5d82288a3
treeafb68062e20a7de1b092ad8fd2cdb149e572ffd5
parentd34ea3221a0f34ed42eadabf054604bbcc7ecd27
rcu: Switch callers from rcu_process_gp_end() to note_gp_changes()

Because note_gp_changes() now incorporates rcu_process_gp_end() function,
this commit switches to the former and eliminates the latter.  In
addition, this commit changes external calls from __rcu_process_gp_end()
to __note_gp_changes().

Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
Reviewed-by: Josh Triplett <josh@joshtriplett.org>
kernel/rcutree.c
kernel/rcutree_plugin.h