Re: [PATCH] task_work: add kerneldoc annotation for 'data' argument

From: Oleg Nesterov
Date: Tue Sep 12 2023 - 09:34:50 EST


On 09/11, Jens Axboe wrote:
>
> --- a/kernel/task_work.c
> +++ b/kernel/task_work.c
> @@ -78,6 +78,7 @@ int task_work_add(struct task_struct *task, struct callback_head *work,
> * task_work_cancel_match - cancel a pending work added by task_work_add()
> * @task: the task which should execute the work
> * @match: match function to call
> + * @data: data to be passed in to match function

Acked-by: Oleg Nesterov <oleg@xxxxxxxxxx>