Re: [PATCH v3] atm: nicstar: remove interruptible_sleep_on_timeout
From: David Miller <davem@davemloft.net>
Date: 2014-02-27 20:23:20
Also in:
lkml
From: David Miller <davem@davemloft.net>
Date: 2014-02-27 20:23:20
Also in:
lkml
From: Arnd Bergmann <arnd@arndb.de> Date: Thu, 27 Feb 2014 19:51:54 +0100
We are trying to finally kill off interruptible_sleep_on_timeout. the two uses in the nicstar driver can be trivially replaced with wait_event_interruptible_lock_irq_timeout, which prevents the wake-up race and is able to check the buffer state with scq->lock held. Signed-off-by: Arnd Bergmann <arnd@arndb.de> Acked-by: Chas Williams <redacted>
Applied, thanks.