Re: [PATCH] btrfs: add missing mutex_unlock in btrfs_relocate_sys_chunks()

From: David Sterba
Date: Tue Apr 23 2024 - 10:45:49 EST


On Fri, Apr 19, 2024 at 11:22:48AM +0900, Dominique Martinet wrote:
> From: Dominique Martinet <dominique.martinet@xxxxxxxxxxxxxxxxx>
>
> The previous patch forgot to unlock in the error path
>
> Link: https://lore.kernel.org/all/Zh%2fHpAGFqa7YAFuM@xxxxxxxxxx
> Reported-by: Pavel Machek <pavel@xxxxxxx>
> Cc: stable@xxxxxxxxxxxxxxx
> Fixes: 7411055db5ce ("btrfs: handle chunk tree lookup error in btrfs_relocate_sys_chunks()")
> Signed-off-by: Dominique Martinet <dominique.martinet@xxxxxxxxxxxxxxxxx>

Added to for-next, thanks for catching it.