On 24.02.20 г. 1:16 ч., 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> Reviewed-by: Nikolay Borisov <nborisov@xxxxxxxx>
