Re: [PATCH 12/30] mm/zsmalloc: Add missing annotation for pin_tag()

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


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