Re: [PATCH 01/30] btrfs: Add missing annotation for release_extent_buffer()

From: David Sterba
Date: Mon Feb 24 2020 - 10:20:02 EST


On Sun, Feb 23, 2020 at 11:16:42PM +0000, Jules Irenge wrote:
> Sparse reports a warning at release_extent_buffer()
> warning: context imbalance in release_extent_buffer() - unexpected unlock
>
> The root cause is the missing annotation at release_extent_buffer()
> Add the missing __releases(&eb->refs_lock) annotation
>
> Signed-off-by: Jules Irenge <jbi.octave@xxxxxxxxx>

Added to misc-next, thanks.