mbox series

[0/2] btrfs: a few cleanups for update_ref_for_cow()

Message ID cover.1718723053.git.fdmanana@suse.com (mailing list archive)
Headers show
Series btrfs: a few cleanups for update_ref_for_cow() | expand

Message

Filipe Manana June 18, 2024, 3:14 p.m. UTC
From: Filipe Manana <fdmanana@suse.com>

Detais in the change logs, trivial changes.

Filipe Manana (2):
  btrfs: simplify setting the full backref flag at update_ref_for_cow()
  btrfs: replace BUG_ON() with error handling at update_ref_for_cow()

 fs/btrfs/ctree.c | 23 ++++++++++++++---------
 1 file changed, 14 insertions(+), 9 deletions(-)

Comments

Qu Wenruo June 19, 2024, 9:05 a.m. UTC | #1
在 2024/6/19 00:44, fdmanana@kernel.org 写道:
> From: Filipe Manana <fdmanana@suse.com>
> 
> Detais in the change logs, trivial changes.

Reviewed-by: Qu Wenruo <wqu@suse.com>

Thanks,
Qu
> 
> Filipe Manana (2):
>    btrfs: simplify setting the full backref flag at update_ref_for_cow()
>    btrfs: replace BUG_ON() with error handling at update_ref_for_cow()
> 
>   fs/btrfs/ctree.c | 23 ++++++++++++++---------
>   1 file changed, 14 insertions(+), 9 deletions(-)
>