commit | 2846c481c9dd1f1fb504b4885bcb815c311df532 | [log] [tgz] |
---|---|---|
author | Pavel Begunkov <asml.silence@gmail.com> | Sat Nov 07 13:16:27 2020 +0000 |
committer | Jens Axboe <axboe@kernel.dk> | Wed Dec 09 12:04:00 2020 -0700 |
tree | 91c04e83e15cdd52314a15d63a2911d25d890d2f | |
parent | 632546c4b5a4dad8e3ac456406c65c0db9a0b570 [diff] |
io_uring: inline io_import_iovec() Inline io_import_iovec() and leave only its former __io_import_iovec() renamed to the original name. That makes it more obious what is reused in io_read/write(). Signed-off-by: Pavel Begunkov <asml.silence@gmail.com> Signed-off-by: Jens Axboe <axboe@kernel.dk>