commit | 76ae0536ddc0aa576f2aac11f0f82d0fd60b522c | [log] [tgz] |
---|---|---|
author | Arnd Bergmann <arnd@arndb.de> | Wed Feb 26 12:01:49 2014 +0100 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Fri Feb 28 16:22:42 2014 -0800 |
tree | 9cec04cfa3861ccb0e4ebebeb2b7a10786ccb986 | |
parent | 74aeac4da66fbfa246edbfc849002eac9b5af9ca [diff] |
parport: fix interruptible_sleep_on race The interruptible_sleep_on function is can still lead to the deadlock mentioned in the comment above the caller, and we want to remove it soon, so replace it now with the race-free wait_event_interruptible. Signed-off-by: Arnd Bergmann <arnd@arndb.de> Cc: Andrew Morton <akpm@osdl.org> Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>