2010-06-17 01:53:19

by KOSAKI Motohiro

[permalink] [raw]
Subject: Re: + oom-remove-constraint-argument-from-select_bad_process-and-__out_of_memory.patch added to -mm tree

>
> The patch titled
> oom: remove constraint argument from select_bad_process and __out_of_memory
> has been added to the -mm tree. Its filename is
> oom-remove-constraint-argument-from-select_bad_process-and-__out_of_memory.patch
>
> Before you just go and hit "reply", please:
> a) Consider who else should be cc'ed
> b) Prefer to cc a suitable mailing list as well
> c) Ideally: find the original patch on the mailing list and do a
> reply-to-all to that, adding suitable additional cc's
>
> *** Remember to use Documentation/SubmitChecklist when testing your code ***
>
> See http://userweb.kernel.org/~akpm/stuff/added-to-mm.txt to find
> out what to do about this
>
> The current -mm tree may be found at http://userweb.kernel.org/~akpm/mmotm/
>
> ------------------------------------------------------
> Subject: oom: remove constraint argument from select_bad_process and __out_of_memory
> From: David Rientjes <[email protected]>
>
> 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]>
> Cc: KOSAKI Motohiro <[email protected]>
> Signed-off-by: Andrew Morton <[email protected]>

Acked-by: KOSAKI Motohiro <[email protected]>