Files
linux/fs
Xiaoguang Wang 45097daea2 io_uring: do not always copy iovec in io_req_map_rw()
In io_read_prep() or io_write_prep(), io_req_map_rw() takes
struct io_async_rw's fast_iov as argument to call io_import_iovec(),
and if io_import_iovec() uses struct io_async_rw's fast_iov as
valid iovec array, later indeed io_req_map_rw() does not need
to do the memcpy operation, because they are same pointers.

Signed-off-by: Xiaoguang Wang <xiaoguang.wang@linux.alibaba.com>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
2020-04-08 09:23:42 -06:00
..
2019-11-11 09:21:59 -05:00
2020-02-13 09:16:07 +01:00
2020-03-24 07:57:07 -06:00
2020-01-14 13:28:28 -08:00
2020-02-05 20:34:32 -08:00
2019-08-07 21:51:47 -04:00
2020-02-07 14:48:35 -05:00
2020-02-07 14:48:35 -05:00
2020-03-06 11:06:15 +01:00
2020-03-25 09:50:08 -06:00
2020-02-01 10:36:49 -08:00
2020-02-03 21:23:33 -05:00
2020-03-02 14:04:31 -07:00
2019-12-08 14:37:36 +01:00