aboutsummaryrefslogtreecommitdiffstats
path: root/arch/um/kernel/skas/clone.c
diff options
context:
space:
mode:
authorJeff Dike <jdike@addtoit.com>2007-11-14 17:00:23 -0800
committerLinus Torvalds <torvalds@woody.linux-foundation.org>2007-11-14 18:45:43 -0800
commit9ac625a3986034d79938baf9604210280fae35fa (patch)
tree66c45bdd302027e77dec5df93ffa2e81543d6ca2 /arch/um/kernel/skas/clone.c
parentFix 64KB blocksize in ext3 directories (diff)
downloadlinux-dev-9ac625a3986034d79938baf9604210280fae35fa.tar.xz
linux-dev-9ac625a3986034d79938baf9604210280fae35fa.zip
uml: fix spurious IRQ testing
The spurious IRQ testing in request_irq is mishandled in um_request_irq, which sets the incoming file descriptors non-blocking only after request_irq succeeds. This results in the spurious irq calling read on a blocking descriptor, and a hang. Fixed by reversing the O_NONBLOCK setting and the request_irq call. Signed-off-by: Jeff Dike <jdike@linux.intel.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions