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.
