diff options
author | 2020-04-06 20:08:18 -0700 | |
---|---|---|
committer | 2020-04-07 10:43:41 -0700 | |
commit | 81aba9e06ba8cc1e2494258bc4b48875af522f32 (patch) | |
tree | 339b428f74410caf8c22bf05d5807d8ff2072c2a /include/linux/mm_types.h | |
parent | mm/slub: add missing annotation for get_map() (diff) | |
download | wireguard-linux-81aba9e06ba8cc1e2494258bc4b48875af522f32.tar.xz wireguard-linux-81aba9e06ba8cc1e2494258bc4b48875af522f32.zip |
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>
Diffstat (limited to 'include/linux/mm_types.h')
0 files changed, 0 insertions, 0 deletions