commit | 28a1dbb6f7feade304f43798feb15f6978516624 | [log] [tgz] |
---|---|---|
author | Jan Kiszka <jan.kiszka@web.de> | Mon Feb 08 10:12:21 2010 +0000 |
committer | David S. Miller <davem@davemloft.net> | Tue Feb 16 16:01:25 2010 -0800 |
tree | d21dbbcfa1d9a4ed76ad982cc57970e2eeb966f8 | |
parent | 54f0fad3d8414cf770c1cf25a1d98fcaec899b5a [diff] |
CAPI: Fix racy capi_read capi_read still used interruptible_sleep_on, risking to miss a wakeup this way. Convert it to wait_event_interruptible. Signed-off-by: Jan Kiszka <jan.kiszka@web.de> Signed-off-by: David S. Miller <davem@davemloft.net>