]> www.infradead.org Git - users/hch/misc.git/commit
hfsplus: use bdev_rw_virt in hfsplus_submit_bio
authorChristoph Hellwig <hch@lst.de>
Wed, 7 May 2025 12:04:43 +0000 (14:04 +0200)
committerJens Axboe <axboe@kernel.dk>
Wed, 7 May 2025 13:31:08 +0000 (07:31 -0600)
commit15c9d5f6235d66ebc130da9602b1cd7692bcf85d
tree7e02a5eb710e4a8a305d57e912d576733b6cab2d
parent760aa1818b040c8ec6a1ee9cea1ea8cac0735ce3
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>
Acked-by: Yangtao Li <frank.li@vivo.com>
Reviewed-by: Damien Le Moal <dlemoal@kernel.org>
Reviewed-by: Johannes Thumshirn <johannes.thumshirn@wdc.com>
Link: https://lore.kernel.org/r/20250507120451.4000627-20-hch@lst.de
Signed-off-by: Jens Axboe <axboe@kernel.dk>
fs/hfsplus/wrapper.c