tasklets: Switch tasklet_disable() to the sleep wait variant
authorThomas Gleixner <tglx@linutronix.de>
Tue, 9 Mar 2021 08:42:17 +0000 (09:42 +0100)
committerThomas Gleixner <tglx@linutronix.de>
Wed, 17 Mar 2021 15:34:07 +0000 (16:34 +0100)
commit6fd4e861250b5c89ad460a9f265caeb1bbbfc323
tree1d9ce88a61d5e8dd901fc23769202d9f1b294009
parentf339fc16fba0167d67c4026678ef4c405bca3085
tasklets: Switch tasklet_disable() to the sleep wait variant

 -- NOT FOR IMMEDIATE MERGING --

Now that all users of tasklet_disable() are invoked from sleepable context,
convert it to use tasklet_unlock_wait() which might sleep.

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Acked-by: Peter Zijlstra (Intel) <peterz@infradead.org>
Link: https://lore.kernel.org/r/20210309084242.726452321@linutronix.de
include/linux/interrupt.h