[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20230912133152.GA6695@redhat.com>
Date: Tue, 12 Sep 2023 15:31:53 +0200
From: Oleg Nesterov <oleg@...hat.com>
To: Jens Axboe <axboe@...nel.dk>
Cc: LKML <linux-kernel@...r.kernel.org>,
Andrew Morton <akpm@...ux-foundation.org>
Subject: Re: [PATCH] task_work: add kerneldoc annotation for 'data' argument
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@...hat.com>
Powered by blists - more mailing lists