commit | 6795c5aba247653f99d1f336ff496dd74659b322 | [log] [tgz] |
---|---|---|
author | Pavel Begunkov <asml.silence@gmail.com> | Sun Jun 28 12:52:35 2020 +0300 |
committer | Jens Axboe <axboe@kernel.dk> | Sun Jun 28 08:10:17 2020 -0600 |
tree | a6400f0a93b5cee55e6e1419c13f58344b10eaf0 | |
parent | 9b0d911acce00b67f7e7336f838b732de7d917d6 [diff] |
io_uring: clean up req->result setting by rw Assign req->result to io_size early in io_{read,write}(), it's enough and makes it more straightforward. Signed-off-by: Pavel Begunkov <asml.silence@gmail.com> Signed-off-by: Jens Axboe <axboe@kernel.dk>