Re: [PATCH] btrfs: Fix an error handling path in btrfs_rename()

From: David Sterba
Date: Tue Dec 13 2022 - 13:42:16 EST


On Mon, Dec 12, 2022 at 09:14:17PM +0100, Christophe JAILLET wrote:
> If new_whiteout_inode() fails, some resources need to be freed.
> Add the missing goto to the error handling path.
>
> Fixes: ab3c5c18e8fa ("btrfs: setup qstr from dentrys using fscrypt helper")
> Signed-off-by: Christophe JAILLET <christophe.jaillet@xxxxxxxxxx>

Added to misc-next, thanks.