From: Gabriel Krisman Bertazi <krisman@xxxxxxx> Date: Fri, 14 Jun 2024 12:30:45 -0400 > io_uring holds a reference to the file and maintains a sockaddr_storage > address. Similarly to what was done to __sys_connect_file, split an > internal helper for __sys_listen in preparation to support an > io_uring listen command. > > Reviewed-by: Jens Axboe <axboe@xxxxxxxxx> > Signed-off-by: Gabriel Krisman Bertazi <krisman@xxxxxxx> Reviewed-by: Kuniyuki Iwashima <kuniyu@xxxxxxxxxx>