]> git.baikalelectronics.ru Git - kernel.git/commit
[PATCH] out_of_memory() locking fix
authorAndrew Morton <akpm@osdl.org>
Thu, 2 Mar 2006 10:54:28 +0000 (02:54 -0800)
committerLinus Torvalds <torvalds@g5.osdl.org>
Thu, 2 Mar 2006 16:33:07 +0000 (08:33 -0800)
commitc647f17f64a3f621557b4cc0a1d81edc00ee3683
tree466da398c345f5b6f2760c124beec84403b35655
parentec781497bc7a72df24385e0ac38d8a481b21e9fc
[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>
mm/oom_kill.c