From: David Rientjes Date: Tue, 10 Aug 2010 00:18:58 +0000 (-0700) Subject: oom: remove constraint argument from select_bad_process and __out_of_memory X-Git-Tag: v2.6.36-rc1~449 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f44200320b10c76003101dee21c5f961e80faf0b;p=pandora-kernel.git oom: remove constraint argument from select_bad_process and __out_of_memory select_bad_process() and __out_of_memory() doe not need their enum oom_constraint arguments: it's possible to pass a NULL nodemask if constraint == CONSTRAINT_MEMORY_POLICY in the caller, out_of_memory(). Signed-off-by: David Rientjes Cc: KAMEZAWA Hiroyuki Acked-by: KOSAKI Motohiro Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed