Loading kernel/rcu/tasks.h +1 −1 Original line number Diff line number Diff line Loading @@ -991,7 +991,7 @@ static void trc_wait_for_one_reader(struct task_struct *t, // If this task is not yet on the holdout list, then we are in // an RCU read-side critical section. Otherwise, the invocation of // rcu_add_holdout() that added it to the list did the necessary // trc_add_holdout() that added it to the list did the necessary // get_task_struct(). Either way, the task cannot be freed out // from under this code. Loading Loading
kernel/rcu/tasks.h +1 −1 Original line number Diff line number Diff line Loading @@ -991,7 +991,7 @@ static void trc_wait_for_one_reader(struct task_struct *t, // If this task is not yet on the holdout list, then we are in // an RCU read-side critical section. Otherwise, the invocation of // rcu_add_holdout() that added it to the list did the necessary // trc_add_holdout() that added it to the list did the necessary // get_task_struct(). Either way, the task cannot be freed out // from under this code. Loading