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-02 22:33:34 -08:00
2023-02-20 14:27:21 -08:00
2023-03-03 10:21:39 -08:00
2023-02-20 14:27:21 -08:00
2022-12-13 10:43:59 -08:00
2023-03-30 08:12:29 -06:00
2023-03-03 10:21:39 -08:00
2022-12-16 03:54:54 -08:00
2022-02-02 07:49:59 -07:00
2022-03-07 12:48:35 -07:00