diff options
| author | Keith Busch <kbusch@kernel.org> | 2026-01-26 08:27:24 -0800 |
|---|---|---|
| committer | Jens Axboe <axboe@kernel.dk> | 2026-01-26 21:07:48 -0700 |
| commit | 72a41750f1a35b46caa5bbd70df7b5d3ce4f4b0a (patch) | |
| tree | 90ee0397f098ceed6d8ebb07f2eb6ed3baf5fe8a /Documentation | |
| parent | 8e5bcc3a955a2cc4460b391f55d3b49905eb248e (diff) | |
block: remove bio_last_bvec_all
There are no more callers of this function after commit f6b2d8b134b2413
("btrfs: track the next file offset in struct btrfs_bio_ctrl"), so
remove the function.
Signed-off-by: Keith Busch <kbusch@kernel.org>
Reviewed-by: Kanchan Joshi <joshi.k@samsung.com>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to 'Documentation')
| -rw-r--r-- | Documentation/block/biovecs.rst | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Documentation/block/biovecs.rst b/Documentation/block/biovecs.rst index b9dc0c9dbee4..11126ed6f40f 100644 --- a/Documentation/block/biovecs.rst +++ b/Documentation/block/biovecs.rst @@ -135,7 +135,6 @@ 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:: |
