aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation
diff options
authorMark Brown <broonie@kernel.org>2026-05-29 22:42:43 +0100
committerMark Brown <broonie@kernel.org>2026-05-29 22:42:45 +0100
commita25555d13a5d8806e71102629d875a3d5e955f90 (patch)
tree9f9d1f3324f1ac98e7931f4d5b715c23a8777c25 /Documentation
parent9aca8d295df58f58f2bb44d6364cd72f75bdbdcf (diff)
parentbc91c7f56c2586f5ff90a833af5946ba4b71122a (diff)
downloadlinux-next-history-a25555d13a5d8806e71102629d875a3d5e955f90.tar.gz
Merge branch 'for-next' of https://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux.git
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/block/biovecs.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/block/biovecs.rst b/Documentation/block/biovecs.rst
index 11126ed6f40f7..b9dc0c9dbee44 100644
--- a/Documentation/block/biovecs.rst
+++ b/Documentation/block/biovecs.rst
@@ -135,6 +135,7 @@ Usage of helpers:
bio_first_bvec_all()
bio_first_page_all()
bio_first_folio_all()
+ bio_last_bvec_all()
* The following helpers iterate over single-page segment. The passed 'struct
bio_vec' will contain a single-page IO vector during the iteration::