mm/slub: add missing annotation for put_map()
authorJules Irenge <jbi.octave@gmail.com>
Tue, 7 Apr 2020 03:08:18 +0000 (20:08 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 7 Apr 2020 17:43:41 +0000 (10:43 -0700)
commit81aba9e06ba8cc1e2494258bc4b48875af522f32
tree339b428f74410caf8c22bf05d5807d8ff2072c2a
parent31364c2e168b48c8596d4d43bad9bff70e21976b
mm/slub: add missing annotation for put_map()

Sparse reports a warning at put_map()()

 warning: context imbalance in put_map() - unexpected unlock

The root cause is the missing annotation at put_map()
Add the missing __releases(&object_map_lock) annotation

Signed-off-by: Jules Irenge <jbi.octave@gmail.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Link: http://lkml.kernel.org/r/20200214204741.94112-10-jbi.octave@gmail.com
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
mm/slub.c