[PATCH 18/19] btrfs: use bdev_rw_virt in scrub_one_super

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: David Sterba Reviewed-by: Damien Le Moal Reviewed-by: Johannes Thumshirn Reviewed-by: Qu Wenruo --- fs/btrfs/scrub.c | 10

Re: [PATCH 18/19] btrfs: use bdev_rw_virt in scrub_one_super

2025-05-06 Thread David Sterba
On Wed, Apr 30, 2025 at 04:21:48PM -0500, Christoph Hellwig wrote: > 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 Thumshi

[PATCH 18/19] btrfs: use bdev_rw_virt in scrub_one_super

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 Reviewed-by: Qu Wenruo --- fs/btrfs/scrub.c | 10 ++ 1 file chang