[PATCH 19/19] hfsplus: use bdev_rw_virt in hfsplus_submit_bio

2025-05-07 Thread Christoph Hellwig
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 Acked-by: Yangtao Li Reviewed-by: Damien Le Moal Reviewed-by: Johannes Thumshirn --- fs/hfsplus/wrapper.c | 46 +-

回复: [PATCH 19/19] hfsplus: use bdev_rw_virt in hfsplus_submit_bio

2025-05-06 Thread 李扬韬
LGTM, Acked-by: Yangtao Li Thx, Yangtao

[PATCH 19/19] hfsplus: use bdev_rw_virt in hfsplus_submit_bio

2025-04-30 Thread Christoph Hellwig
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 Reviewed-by: Damien Le Moal Reviewed-by: Johannes Thumshirn --- fs/hfsplus/wrapper.c | 46 +---