Re: [patch 1/7] arch: mm: remove obsolete init OOM protection
From: Vineet Gupta <hidden>
Date: 2013-08-06 06:35:17
Also in:
linux-arch, linux-mm, lkml
From: Vineet Gupta <hidden>
Date: 2013-08-06 06:35:17
Also in:
linux-arch, linux-mm, lkml
Hi Johannes, Thk for the cleanup. On 08/03/2013 10:29 PM, Johannes Weiner wrote:
Back before smart OOM killing, when faulting tasks where killed directly on allocation failures, the arch-specific fault handlers needed special protection for the init process. Now that all fault handlers call into the generic OOM killer (609838c "mm: invoke oom-killer from remaining unconverted page fault handlers"), which already provides init protection, the arch-specific leftovers can be removed. Signed-off-by: Johannes Weiner <hannes@cmpxchg.org> Reviewed-by: Michal Hocko <redacted> Acked-by: KOSAKI Motohiro <redacted> --- arch/arc/mm/fault.c | 5 ----- arch/score/mm/fault.c | 6 ------ arch/tile/mm/fault.c | 6 ------ 3 files changed, 17 deletions(-)
Acked-by: Vineet Gupta <redacted> [arch/arc bits] -Vineet -- To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to majordomo@kvack.org. For more info on Linux MM, see: http://www.linux-mm.org/ . Don't email: <a href=mailto:"dont@kvack.org"> email@kvack.org </a>