On 10/16/23 6:47 AM, 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: Martin KaFai Lau <martin.lau@xxxxxxxxxx>