diff options
author | Arnd Bergmann <arnd@arndb.de> | 2014-02-26 12:01:49 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2014-02-28 16:22:42 -0800 |
commit | 76ae0536ddc0aa576f2aac11f0f82d0fd60b522c (patch) | |
tree | 9cec04cfa3861ccb0e4ebebeb2b7a10786ccb986 /drivers/memory | |
parent | 74aeac4da66fbfa246edbfc849002eac9b5af9ca (diff) | |
download | linux-76ae0536ddc0aa576f2aac11f0f82d0fd60b522c.tar.gz linux-76ae0536ddc0aa576f2aac11f0f82d0fd60b522c.tar.bz2 linux-76ae0536ddc0aa576f2aac11f0f82d0fd60b522c.zip |
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>
Diffstat (limited to 'drivers/memory')
0 files changed, 0 insertions, 0 deletions