Re: [PATCH] btrfs: handle btrfs_del_item errors in __btrfs_update_delayed_inode

From: David Sterba
Date: Mon Feb 20 2023 - 15:08:18 EST


On Sat, Feb 18, 2023 at 12:36:48PM +0800, void0red wrote:
> Even if the slot is already read out, we may still need to re-balance
> the tree, thus it can cause error in that btrfs_del_item() call.
>
> Link: https://lore.kernel.org/linux-btrfs/9b45f60f-c849-e072-64ef-298937e6a8a3@xxxxxxxx/T/#t
>
> Signed-off-by: void0red <void0red@xxxxxxxxx>

Added to misc-next, thanks.