commit | 8452fd0ce657a4313dfa784f11320971b67727fd | [log] [tgz] |
---|---|---|
author | Jens Axboe <axboe@kernel.dk> | Tue Aug 18 13:58:33 2020 -0700 |
committer | Jens Axboe <axboe@kernel.dk> | Tue Aug 18 14:03:15 2020 -0700 |
tree | 924cc6737d2a615860b6d8fa426fd5b5eec5b513 | |
parent | 3b2a4439e0ae1732f90877a7160bbf42e1beb4b6 [diff] |
io_uring: cleanup io_import_iovec() of pre-mapped request io_rw_prep_async() goes through a dance of clearing req->io, calling the iovec import, then re-setting req->io. Provide an internal helper that does the right thing without needing state tweaked to get there. This enables further cleanups in io_read, io_write, and io_resubmit_prep(), but that's left for another time. Signed-off-by: Jens Axboe <axboe@kernel.dk>