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>