Skip to content
Snippets Groups Projects
Commit 0b05b0cd authored by Breno Leitao's avatar Breno Leitao Committed by Jens Axboe
Browse files

net/socket: Break down __sys_getsockopt


Split __sys_getsockopt() into two functions by removing the core
logic into a sub-function (do_sock_getsockopt()). This will avoid
code duplication when doing the same operation in other callers, for
instance.

do_sock_getsockopt() will be called by io_uring getsockopt() command
operation in the following patch.

The same was done for the setsockopt pair.

Suggested-by: default avatarMartin KaFai Lau <martin.lau@linux.dev>
Signed-off-by: default avatarBreno Leitao <leitao@debian.org>
Acked-by: default avatarJakub Kicinski <kuba@kernel.org>
Acked-by: default avatarMartin KaFai Lau <martin.lau@kernel.org>
Link: https://lore.kernel.org/r/20231016134750.1381153-5-leitao@debian.org


Signed-off-by: default avatarJens Axboe <axboe@kernel.dk>
parent 1406245c
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment