From: Nick Piggin Date: Tue, 26 Sep 2006 06:31:31 +0000 (-0700) Subject: [PATCH] oom: swapoff tasks tweak X-Git-Tag: v2.6.19-rc1~1185 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=af5b912435de32fbede08cee949429823ed49781;p=pandora-kernel.git [PATCH] oom: swapoff tasks tweak PF_SWAPOFF processes currently cause select_bad_process to return straight away. Instead, give them high priority, so we will kill them first, however we also first ensure no parallel OOM kills are happening at the same time. Signed-off-by: Nick Piggin Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed