commit | f2a2a7108aa0039ba7a5fe7a0d2ecef2219a7584 | [log] [tgz] |
---|---|---|
author | Nick Piggin <npiggin@suse.de> | Wed Dec 06 20:31:52 2006 -0800 |
committer | Linus Torvalds <torvalds@woody.osdl.org> | Thu Dec 07 08:39:20 2006 -0800 |
tree | a82338b774d680ca410830e94c1125fa3b9b693d | |
parent | f3af38d30c18538d069a95e624a3db7c3d486a1e [diff] |
[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 <npiggin@suse.de> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>