Loading fs/io_uring.c +2 −0 Original line number Diff line number Diff line Loading @@ -3784,6 +3784,8 @@ static int io_shutdown(struct io_kiocb *req, bool force_nonblock) return -ENOTSOCK; ret = __sys_shutdown_sock(sock, req->shutdown.how); if (ret < 0) req_set_fail_links(req); io_req_complete(req, ret); return 0; #else Loading Loading
fs/io_uring.c +2 −0 Original line number Diff line number Diff line Loading @@ -3784,6 +3784,8 @@ static int io_shutdown(struct io_kiocb *req, bool force_nonblock) return -ENOTSOCK; ret = __sys_shutdown_sock(sock, req->shutdown.how); if (ret < 0) req_set_fail_links(req); io_req_complete(req, ret); return 0; #else Loading