]> www.infradead.org Git - users/hch/misc.git/commit
hfsplus: use bdev_rw_virt in hfsplus_submit_bio block-new-helpers
authorChristoph Hellwig <hch@lst.de>
Fri, 21 Mar 2025 12:48:00 +0000 (13:48 +0100)
committerChristoph Hellwig <hch@lst.de>
Tue, 29 Apr 2025 19:03:21 +0000 (14:03 -0500)
commit18e2abb80f3049ea39f2a1286e62d655079ad7b4
treefc65be17b1369128af93a4d8abf916fd908a7aff
parent0bab85d5577971101237d07ff6d444f0eaada714
hfsplus: use bdev_rw_virt in hfsplus_submit_bio

Replace the code building a bio from a kernel direct map address and
submitting it synchronously with the bdev_rw_virt helper.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Damien Le Moal <dlemoal@kernel.org>
Reviewed-by: Johannes Thumshirn <johannes.thumshirn@wdc.com>
fs/hfsplus/wrapper.c