]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
btrfs: use bvec_phys() in compressed_bio_last_folio()
authorMatthew Wilcox (Oracle) <willy@infradead.org>
Fri, 22 May 2026 18:14:09 +0000 (19:14 +0100)
committerJohannes Thumshirn <johannes.thumshirn@wdc.com>
Tue, 9 Jun 2026 16:22:44 +0000 (18:22 +0200)
commit3f1cc3620e5050e601e6ae09f49b9dbcd146dd8b
tree4520b6850c006d5e4744607674258ca3803caf39
parent03f1fc95a7f7857496ec3d7b283a8487a3d3c341
btrfs: use bvec_phys() in compressed_bio_last_folio()

This is open-coded bvec_phys(), also remove direct use of bv_page.

Reviewed-by: Qu Wenruo <wqu@suse.com>
Reviewed-by: Boris Burkov <boris@bur.io>
Tested-by: Boris Burkov <boris@bur.io>
Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org>
Signed-off-by: David Sterba <dsterba@suse.com>
fs/btrfs/inode.c