Jens Axboe de4f5fed3f iov_iter: add iter_iovec() helper
This returns a pointer to the current iovec entry in the iterator. Only
useful with ITER_IOVEC right now, but it prepares us to treat ITER_UBUF
and ITER_IOVEC identically for the first segment.

Rename struct iov_iter->iov to iov_iter->__iov to find any potentially
troublesome spots, and also to prevent anyone from adding new code that
accesses iter->iov directly.

Signed-off-by: Jens Axboe <axboe@kernel.dk>
2023-03-30 08:12:29 -06:00
..
2023-02-20 11:53:11 -08:00
2023-01-26 17:10:58 +01:00
2023-01-26 17:10:58 +01:00
2023-02-27 09:53:58 -08:00
2023-03-30 08:12:29 -06:00
2023-02-27 09:53:58 -08:00
2023-02-27 09:53:58 -08:00
2023-02-27 09:53:58 -08:00
2021-12-04 08:58:51 -08:00
2023-02-20 11:53:11 -08:00