Re: [PATCH 11/16] atm: firestream: fix interruptible_sleep_on race
From: David Miller <davem@davemloft.net>
Date: 2014-02-26 21:08:32
Also in:
lkml
From: David Miller <davem@davemloft.net>
Date: 2014-02-26 21:08:32
Also in:
lkml
From: Arnd Bergmann <arnd@arndb.de> Date: Wed, 26 Feb 2014 12:01:51 +0100
interruptible_sleep_on is racy and going away. This replaces the one use in the firestream driver with the appropriate wait_event_interruptible variant. Signed-off-by: Arnd Bergmann <arnd@arndb.de> Acked-by: Chas Williams <redacted>
Applied.