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>