Re: [PATCH 0/4] btrfs: small cleanups for relocation code

From: Josef Bacik
Date: Wed Jun 05 2024 - 11:37:28 EST


On Wed, Jun 05, 2024 at 03:17:48PM +0200, Johannes Thumshirn wrote:
> Here is a small series of cleanups I came across when debugging
> relocation related problems on RAID stripe tree.
>
> None of them imposes a functional change.
>
> Signed-off-by: Johannes Thumshirn <johannes.thumshirn@xxxxxxx>
> ---
> Johannes Thumshirn (4):
> btrfs: pass reloc_control to relocate_data_extent
> btrfs: pass a reloc_control to relocate_file_extent_cluster
> btrfs: pass a reloc_control to relocate_one_folio
> btrfs: don't pass fs_info to describe_relocation
>
> fs/btrfs/relocation.c | 40 ++++++++++++++++++++--------------------
> 1 file changed, 20 insertions(+), 20 deletions(-)
> ---

Reviewed-by: Josef Bacik <josef@xxxxxxxxxxxxxx>

Thanks,

Josef