]> www.infradead.org Git - users/hch/misc.git/commit
hfsplus: use bio_add_virt_nofail block-new-bio-helpers
authorChristoph Hellwig <hch@lst.de>
Fri, 21 Mar 2025 12:48:00 +0000 (13:48 +0100)
committerChristoph Hellwig <hch@lst.de>
Fri, 21 Mar 2025 13:17:41 +0000 (14:17 +0100)
commiteb2a3ce5a998974e95e1e6cb024ed3c4d3360f1e
treea8297861edfbd7ca697d97e920a2463f1d3417a7
parent649d8f32b92a3a0064c0b1ee2cd1ad75bca9cddc
hfsplus: use bio_add_virt_nofail

Use bio_add_virt_nofail to add a single buffer to a bio instead of a loop
calling into bio_add_page for each PAGE_SIZE granularity chunk.

Signed-off-by: Christoph Hellwig <hch@lst.de>
fs/hfsplus/wrapper.c