Re: [PATCH 4/9] sched/swait: Prepare usage in completions

From: Thomas Gleixner
Date: Fri Mar 13 2020 - 20:26:14 EST


Sebastian Andrzej Siewior <bigeasy@xxxxxxxxxxxxx> writes:
>
> +void swake_up_all_locked(struct swait_queue_head *q)
> +{
> + while (!list_empty(&q->task_list))
> + swake_up_locked(q);
> +}

This one wants a big fat comment along with the usage site in the
completions.

Yes, it's my fault that I forgot to double check this. Will send a delta
patch when brain is more awake.

Thanks,

tglx