commit | b64e3444d4e1c71fe148a4f4535395b1fdd73200 | [log] [tgz] |
---|---|---|
author | Pavel Begunkov <asml.silence@gmail.com> | Mon Jul 13 22:59:18 2020 +0300 |
committer | Jens Axboe <axboe@kernel.dk> | Fri Jul 24 12:55:44 2020 -0600 |
tree | 5869c54192f97b1ba36f51551ef8b5303e3ad5b0 | |
parent | e73751225bae1e9b67e957afb273366fbb6ca136 [diff] |
io_uring: simplify io_req_map_rw() Don't deref req->io->rw every time, but put it in a local variable. This looks prettier, generates less instructions, and doesn't break alias analysis. Signed-off-by: Pavel Begunkov <asml.silence@gmail.com> Signed-off-by: Jens Axboe <axboe@kernel.dk>