Re: [PATCH v3 1/4] net: add accept helper not installing fd

From: Jakub Kicinski
Date: Mon Aug 23 2021 - 12:36:01 EST


On Sat, 21 Aug 2021 16:52:37 +0100 Pavel Begunkov wrote:
> Introduce and reuse a helper that acts similarly to __sys_accept4_file()
> but returns struct file instead of installing file descriptor. Will be
> used by io_uring.
>
> Signed-off-by: Pavel Begunkov <asml.silence@xxxxxxxxx>

Acked-by: Jakub Kicinski <kuba@xxxxxxxxxx>