io_uring: cleanup io_import_iovec() of pre-mapped request
authorJens Axboe <axboe@kernel.dk>
Tue, 18 Aug 2020 20:58:33 +0000 (13:58 -0700)
committerJens Axboe <axboe@kernel.dk>
Tue, 18 Aug 2020 21:03:15 +0000 (14:03 -0700)
commit8452fd0ce657a4313dfa784f11320971b67727fd
tree924cc6737d2a615860b6d8fa426fd5b5eec5b513
parent3b2a4439e0ae1732f90877a7160bbf42e1beb4b6
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>
fs/io_uring.c