Skip to content

Commit 5f48fa8

Browse files
Zqiangurezki
authored andcommitted
rcu-tasks: Fix the comments for tasks_rcu_exit_srcu_stall_timer
The synchronize_srcu() has been removed by commit("rcu-tasks: Eliminate deadlocks involving do_exit() and RCU tasks") in rcu_tasks_postscan. This commit therefore fixes the tasks_rcu_exit_srcu_stall_timer comment. Signed-off-by: Zqiang <[email protected]> Signed-off-by: Paul E. McKenney <[email protected]> Signed-off-by: Uladzislau Rezki (Sony) <[email protected]>
1 parent 8db610c commit 5f48fa8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kernel/rcu/tasks.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ static struct rcu_tasks rt_name = \
150150

151151
#ifdef CONFIG_TASKS_RCU
152152

153-
/* Report delay in synchronize_srcu() completion in rcu_tasks_postscan(). */
153+
/* Report delay of scan exiting tasklist in rcu_tasks_postscan(). */
154154
static void tasks_rcu_exit_srcu_stall(struct timer_list *unused);
155155
static DEFINE_TIMER(tasks_rcu_exit_srcu_stall_timer, tasks_rcu_exit_srcu_stall);
156156
#endif

0 commit comments

Comments
 (0)