mbox series

[0/2] btrfs: fix missing delayed items run after unlink during log replay

Message ID cover.1646064823.git.fdmanana@suse.com (mailing list archive)
Headers show
Series btrfs: fix missing delayed items run after unlink during log replay | expand

Message

Filipe Manana Feb. 28, 2022, 4:29 p.m. UTC
From: Filipe Manana <fdmanana@suse.com>

This fixes a couple places that miss running delayed items after doing an
unlink during log replay. The first patch is the actual fix, while the
second one is just a small refactoring to avoid duplication.

Filipe Manana (2):
  btrfs: add missing run of delayed items after unlink during log replay
  btrfs: add and use helper for unlinking inode during log replay

 fs/btrfs/tree-log.c | 60 ++++++++++++++++++++++-----------------------
 1 file changed, 30 insertions(+), 30 deletions(-)

Comments

David Sterba March 1, 2022, 3:35 p.m. UTC | #1
On Mon, Feb 28, 2022 at 04:29:27PM +0000, fdmanana@kernel.org wrote:
> From: Filipe Manana <fdmanana@suse.com>
> 
> This fixes a couple places that miss running delayed items after doing an
> unlink during log replay. The first patch is the actual fix, while the
> second one is just a small refactoring to avoid duplication.
> 
> Filipe Manana (2):
>   btrfs: add missing run of delayed items after unlink during log replay
>   btrfs: add and use helper for unlinking inode during log replay

Added to misc-next, thanks.