commit | 9532b99bd9ca3f8f2f17b38500a8901ac1e7baee | [log] [tgz] |
---|---|---|
author | Pavel Begunkov <asml.silence@gmail.com> | Mon Mar 22 01:58:34 2021 +0000 |
committer | Jens Axboe <axboe@kernel.dk> | Sun Apr 11 17:41:59 2021 -0600 |
tree | e03b80a6331f6fbe7521e6b33817ac2b8f1f65d6 | |
parent | ab454438aa8dc9eb113df7d00f2cf9ec628a26ce [diff] |
io_uring: optimise rw complete error handling Expect read/write to succeed and create a hot path for this case, in particular hide all error handling with resubmission under a single check with the desired result. Signed-off-by: Pavel Begunkov <asml.silence@gmail.com> Signed-off-by: Jens Axboe <axboe@kernel.dk>