Files
linux-stable-mirror/include/linux
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-16 13:42:22 +01:00
2023-02-20 09:20:55 -05:00
2023-02-15 19:38:50 +01:00
2023-02-03 08:20:55 -07:00
2023-03-05 10:49:37 -08:00
2023-02-06 19:06:58 +01:00
2023-03-13 10:14:05 +01:00
2023-03-19 10:02:04 -07:00
2023-03-07 01:50:53 -05:00
2023-02-13 10:11:20 +02:00
2023-03-15 14:58:52 +01:00
2023-02-02 22:33:34 -08:00
2023-02-23 13:43:23 +01:00
2023-02-16 18:10:18 +01:00
2023-03-30 08:12:29 -06:00
2023-02-20 19:26:58 -05:00