From: Arnd Bergmann <[email protected]> Date: Wed, 26 Feb 2014 12:01:55 +0100
> 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 <[email protected]> Applied. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

