From: Nick Piggin Date: Thu, 7 Dec 2006 04:31:52 +0000 (-0800) Subject: [PATCH] oom: less memdie X-Git-Tag: v2.6.20-rc1~145^2^2~351 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f2a2a7108aa0039ba7a5fe7a0d2ecef2219a7584;p=pandora-kernel.git [PATCH] oom: less memdie Don't cause all threads in all other thread groups to gain TIF_MEMDIE otherwise we'll get a thundering herd eating our memory reserve. This may not be the optimal scheme, but it fits our policy of allowing just one TIF_MEMDIE in the system at once. Signed-off-by: Nick Piggin Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed