mbox series

[v2,0/2] ide: Remove in_interrupt().

Message ID 20201120092421.1023428-1-bigeasy@linutronix.de
Headers show
Series ide: Remove in_interrupt(). | expand

Message

Sebastian Andrzej Siewior Nov. 20, 2020, 9:24 a.m. UTC
In the discussion about preempt count consistency across kernel
configurations:

 https://lore.kernel.org/r/20200914204209.256266093@linutronix.de/

it was concluded that the usage of in_interrupt() and related context
checks should be removed from non-core code.

This ide subsystem has two in_interrupts() checks before mutex/wait-event
invocations.

Changes since v1      
  https://lkml.kernel.org/r/20201113161021.2217361-1-bigeasy@linutronix.de
  - added acks
  - added lkml to Cc:

Sebastian