[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20231018172005.6c43c7ca@kernel.org>
Date: Wed, 18 Oct 2023 17:20:05 -0700
From: Jakub Kicinski <kuba@...nel.org>
To: Breno Leitao <leitao@...ian.org>
Cc: sdf@...gle.com, axboe@...nel.dk, asml.silence@...il.com,
willemdebruijn.kernel@...il.com, pabeni@...hat.com, martin.lau@...ux.dev,
krisman@...e.de, "David S. Miller" <davem@...emloft.net>, Eric Dumazet
<edumazet@...gle.com>, bpf@...r.kernel.org, linux-kernel@...r.kernel.org,
netdev@...r.kernel.org, io-uring@...r.kernel.org, Willem de Bruijn
<willemb@...gle.com>
Subject: Re: [PATCH v7 03/11] net/socket: Break down __sys_setsockopt
On Mon, 16 Oct 2023 06:47:41 -0700 Breno Leitao wrote:
> Split __sys_setsockopt() into two functions by removing the core
> logic into a sub-function (do_sock_setsockopt()). This will avoid
> code duplication when doing the same operation in other callers, for
> instance.
>
> do_sock_setsockopt() will be called by io_uring setsockopt() command
> operation in the following patch.
Acked-by: Jakub Kicinski <kuba@...nel.org>
Powered by blists - more mailing lists