Re: [PATCH] kernel: update callers of task_work_add() to use TWA_RESUME

From: Oleg Nesterov
Date: Mon Aug 10 2020 - 07:07:16 EST


On 08/08, Jens Axboe wrote:
>
> Any pre-existing caller of this function uses 'true' to signal to use
> notifications or not, but we now also have signaled notifications.
> Update existing callers that specify 'true' for notify to use the
> updated TWA_RESUME instead.

Thanks,

Acked-by: Oleg Nesterov <oleg@xxxxxxxxxx>