commit | 94fcf6964c797cc24c84c677e106dbce676a0374 | [log] [tgz] |
---|---|---|
author | Arnd Bergmann <arnd@arndb.de> | Wed Feb 26 12:01:55 2014 +0100 |
committer | David S. Miller <davem@davemloft.net> | Wed Feb 26 16:06:13 2014 -0500 |
tree | f49c0616423385157f29207e565cfb816132c0d4 | |
parent | c11da83bdae210e1d40a6755b78f8543a9be9227 [diff] |
isdn: fix multiple sleep_on races The isdn core code uses a couple of wait queues with interruptible_sleep_on, which is racy and about to get removed from the kernel. Fortunately, we know for each case what we are waiting for, so they can all be converted to the better wait_event_interruptible interface. Signed-off-by: Arnd Bergmann <arnd@arndb.de> Cc: Karsten Keil <isdn@linux-pingi.de> Cc: netdev@vger.kernel.org Signed-off-by: David S. Miller <davem@davemloft.net>