mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2025-01-11 23:50:25 +00:00
rcu: Remove obsolete comment from rcu_future_gp_cleanup() header
The rcu_nocb_gp_cleanup() function is now invoked elsewhere, so this commit drags this comment into the year 2017. Reported-by: Michalis Kokologiannakis <mixaskok@gmail.com> Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
This commit is contained in:
parent
0248288009
commit
d1e4f01d09
@ -1793,9 +1793,7 @@ out:
|
|||||||
|
|
||||||
/*
|
/*
|
||||||
* Clean up any old requests for the just-ended grace period. Also return
|
* Clean up any old requests for the just-ended grace period. Also return
|
||||||
* whether any additional grace periods have been requested. Also invoke
|
* whether any additional grace periods have been requested.
|
||||||
* rcu_nocb_gp_cleanup() in order to wake up any no-callbacks kthreads
|
|
||||||
* waiting for this grace period to complete.
|
|
||||||
*/
|
*/
|
||||||
static int rcu_future_gp_cleanup(struct rcu_state *rsp, struct rcu_node *rnp)
|
static int rcu_future_gp_cleanup(struct rcu_state *rsp, struct rcu_node *rnp)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user