diff options
author | Jules Irenge <jbi.octave@gmail.com> | 2020-04-06 20:08:24 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2020-04-07 10:43:41 -0700 |
commit | 8a374cccee8cdfa2902bb7a07a10671ffc1a72c1 (patch) | |
tree | 524bcc4fe9a56485a69a8ae6bbb3c653b4bda2b8 /sound/soc | |
parent | cfc451cfdf1dde36eada652a4b16d9b1524c5932 (diff) | |
download | linux-8a374cccee8cdfa2902bb7a07a10671ffc1a72c1.tar.bz2 |
mm/zsmalloc: add missing annotation for migrate_read_unlock()
Sparse reports a warning at migrate_read_unlock()()
warning: context imbalance in migrate_read_unlock() - unexpected unlock
The root cause is the missing annotation at migrate_read_unlock()
Add the missing __releases(&zspage->lock) annotation
Signed-off-by: Jules Irenge <jbi.octave@gmail.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Acked-by: Minchan Kim <minchan@kernel.org>
Link: http://lkml.kernel.org/r/20200214204741.94112-12-jbi.octave@gmail.com
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'sound/soc')
0 files changed, 0 insertions, 0 deletions