Re: [PATCH v7 03/11] net/socket: Break down __sys_setsockopt

From: Jakub Kicinski
Date: Wed Oct 18 2023 - 20:20:10 EST


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@xxxxxxxxxx>