commit | 10fc72e43352753a08f9cf83aa5c40baec00d212 | [log] [tgz] |
---|---|---|
author | David Laight <David.Laight@ACULAB.COM> | Sat Nov 07 13:16:25 2020 +0000 |
committer | Jens Axboe <axboe@kernel.dk> | Wed Dec 09 12:04:00 2020 -0700 |
tree | 2340ea5259e6dd6b3d3612dbdc2331b11e68b04d | |
parent | 1a38ffc9cbca361cc274d6e234f5ef8922f0b6d9 [diff] |
fs/io_uring Don't use the return value from import_iovec(). This is the only code that relies on import_iovec() returning iter.count on success. This allows a better interface to import_iovec(). Signed-off-by: David Laight <david.laight@aculab.com> Signed-off-by: Pavel Begunkov <asml.silence@gmail.com> Reviewed-by: Pavel Begunkov <asml.silence@gmail.com> Signed-off-by: Jens Axboe <axboe@kernel.dk>