Message ID | 20240605-reloc-cleanups-v1-0-9e4a4c47e067@kernel.org (mailing list archive) |
---|---|
Headers | show |
Series | btrfs: small cleanups for relocation code | expand |
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@wdc.com> > --- > 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@toxicpanda.com> Thanks, Josef
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@wdc.com> > --- > 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 Reviewed-by: David Sterba <dsterba@suse.com>
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@wdc.com> --- 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(-) --- base-commit: d18729a15cd2ca4b71ac14727c33b7da87359b70 change-id: 20240605-reloc-cleanups-16ddf3d364b0 Best regards,