commit | 140ffcec4def3ee3af7565b2cf1d3b2580f7e180 | [log] [tgz] |
---|---|---|
author | Andrew Morton <akpm@osdl.org> | Thu Mar 02 02:54:28 2006 -0800 |
committer | Linus Torvalds <torvalds@g5.osdl.org> | Thu Mar 02 08:33:07 2006 -0800 |
tree | 466da398c345f5b6f2760c124beec84403b35655 | |
parent | b1e2d907cb748ef40b180184f36e594d35f12ba6 [diff] |
[PATCH] out_of_memory() locking fix I seem to have lost this read_unlock(). While we're there, let's turn that interruptible sleep unto uninterruptible, so we don't get a busywait if signal_pending(). (Again. We seem to have a habit of doing this). Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>