]> Git Repo - linux.git/commit
oom: remove constraint argument from select_bad_process and __out_of_memory
authorDavid Rientjes <[email protected]>
Tue, 10 Aug 2010 00:18:58 +0000 (17:18 -0700)
committerLinus Torvalds <[email protected]>
Tue, 10 Aug 2010 03:44:57 +0000 (20:44 -0700)
commitf44200320b10c76003101dee21c5f961e80faf0b
tree4c187867337cee9c02e08d926866669f27e4018c
parentff321feac22313cf53ffceb69224b09ac19ff22b
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 <[email protected]>
Cc: KAMEZAWA Hiroyuki <[email protected]>
Acked-by: KOSAKI Motohiro <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
mm/oom_kill.c
This page took 0.046173 seconds and 4 git commands to generate.