]> asedeno.scripts.mit.edu Git - linux.git/commit
hrtimer: Add missing sparse annotation for __run_timer()
authorJules Irenge <jbi.octave@gmail.com>
Mon, 20 Jan 2020 22:43:47 +0000 (22:43 +0000)
committerThomas Gleixner <tglx@linutronix.de>
Wed, 22 Jan 2020 14:50:11 +0000 (15:50 +0100)
commiteb5a4d0a9ee976008d1add75e3d64545399e80a3
tree514d7ebe79927342599ba4854a7fb0c9cdf5ff09
parenta67ca893ae0a228bed889ede27ed65fd46aa469c
hrtimer: Add missing sparse annotation for __run_timer()

Sparse reports a warning at __run_hrtimer()
|warning: context imbalance in __run_hrtimer() - unexpected unlock

Add the missing must_hold() annotation.

Signed-off-by: Jules Irenge <jbi.octave@gmail.com>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Link: https://lore.kernel.org/r/20200120224347.51843-1-jbi.octave@gmail.com
kernel/time/hrtimer.c