Unify error codes between normal execution path and multishot. It's a dependency for other work, but it should stand well as independent cleanups. Pavel Begunkov (2): io_uring: return -EAGAIN to continue multishot io_uring: unify STOP_MULTISHOT with IOU_OK io_uring/io_uring.c | 5 +--- io_uring/io_uring.h | 19 +++++++------ io_uring/net.c | 66 +++++++++++++-------------------------------- io_uring/poll.c | 5 ++-- io_uring/rw.c | 15 ++++------- 5 files changed, 38 insertions(+), 72 deletions(-) -- 2.48.1