commit | d9664c95afe5baa92ea56eff6a1c18e7b7a2cbe7 | [log] [tgz] |
---|---|---|
author | Jan Harkes <jaharkes@cs.cmu.edu> | Thu Jul 19 01:48:46 2007 -0700 |
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | Thu Jul 19 10:04:48 2007 -0700 |
tree | 642019723c5ec027aabca8ce872468babc9cfacd | |
parent | fe71b5f3871af2c281a08acd4bedd2da25e46bc3 [diff] |
coda: block signals during upcall processing We ignore signals for about 30 seconds to give userspace a chance to see the upcall. As we did not block signals we ended up in a busy loop for the remainder of the period when a signal is received. Signed-off-by: Jan Harkes <jaharkes@cs.cmu.edu> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>