X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=mm%2Foom_kill.c;h=78747afad6b0d6e2b2a2e0c08075e9911c8b85c6;hb=50a34dbd612925f2ec55b1781632835ef36b97d5;hp=c86c737d243311bfa140565885adf6bc74027524;hpb=77eebf346dfe87587ee8a54c76349a996e80c24f;p=powerpc.git diff --git a/mm/oom_kill.c b/mm/oom_kill.c index c86c737d24..78747afad6 100644 --- a/mm/oom_kill.c +++ b/mm/oom_kill.c @@ -355,6 +355,7 @@ retry: } out: + read_unlock(&tasklist_lock); cpuset_unlock(); if (mm) mmput(mm); @@ -364,5 +365,5 @@ out: * retry to allocate memory unless "p" is current */ if (!test_thread_flag(TIF_MEMDIE)) - schedule_timeout_interruptible(1); + schedule_timeout_uninterruptible(1); }