Re: [PATCH 13/30] mm/zsmalloc: Add missing annotation for unpin_tag()

From: Minchan Kim
Date: Thu Feb 27 2020 - 16:53:55 EST


On Fri, Feb 14, 2020 at 08:47:24PM +0000, Jules Irenge wrote:
> Sparse reports a warning at unpin_tag()()
>
> warning: context imbalance in unpin_tag() - unexpected unlock
>
> The root cause is the missing annotation at unpin_tag()
> Add the missing __releases(bitlock) annotation
>
> Signed-off-by: Jules Irenge <jbi.octave@xxxxxxxxx>
Acked-by: Minchan Kim <minchan@xxxxxxxxxx>