summaryrefslogtreecommitdiffstats
path: root/mm
diff options
context:
space:
mode:
authorJules Irenge <jbi.octave@gmail.com>2021-04-29 01:12:19 +0200
committerPaul E. McKenney <paulmck@kernel.org>2021-05-13 18:13:23 +0200
commitc70360c3343f975bd066b6b98159d93f1bd4219f (patch)
tree92fbb94faa019f023ff4521c453bbfb6abbaac67 /mm
parentrcu: Remove obsolete rcu_read_unlock() deadlock commentary (diff)
downloadlinux-c70360c3343f975bd066b6b98159d93f1bd4219f.tar.xz
linux-c70360c3343f975bd066b6b98159d93f1bd4219f.zip
rcu: Add missing __releases() annotation
Sparse reports a warning at rcu_print_task_stall(): "warning: context imbalance in rcu_print_task_stall - unexpected unlock" The root cause is a missing annotation on rcu_print_task_stall(). This commit therefore adds the missing __releases(rnp->lock) annotation. Signed-off-by: Jules Irenge <jbi.octave@gmail.com> Signed-off-by: Paul E. McKenney <paulmck@kernel.org>
Diffstat (limited to 'mm')
0 files changed, 0 insertions, 0 deletions