summaryrefslogtreecommitdiff
path: root/include/acpi/actbl3.h
diff options
context:
space:
mode:
authorQu Wenruo <wqu@suse.com>2023-01-21 16:06:12 +0800
committerDavid Sterba <dsterba@suse.com>2023-02-15 19:38:50 +0100
commitc9a43aaf0971660e388b794feb0db4649746390a (patch)
tree311009d109ae3d86fe54d411a2652b3195d212e9 /include/acpi/actbl3.h
parent67da05b3f28166b24316ecf675637f9b77661983 (diff)
downloadlinux-next-c9a43aaf0971660e388b794feb0db4649746390a.tar.gz
btrfs: raid56: reduce overhead to calculate the bio length
In rbio_update_error_bitmap(), we need to calculate the length of the rbio. As since it's called in the endio function, we can not directly grab the length from bi_iter. Currently we call bio_for_each_segment_all(), which will always return a range inside a page. But that's not necessary as we don't really care about anything inside the page. So use bio_for_each_bvec_all(), which can return a bvec across multiple continuous pages thus reduce the loops. Reviewed-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Qu Wenruo <wqu@suse.com> Signed-off-by: David Sterba <dsterba@suse.com>
Diffstat (limited to 'include/acpi/actbl3.h')
0 files changed, 0 insertions, 0 deletions