Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754488AbaGWBFQ (ORCPT ); Tue, 22 Jul 2014 21:05:16 -0400 Received: from mail-ie0-f169.google.com ([209.85.223.169]:56913 "EHLO mail-ie0-f169.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751145AbaGWBFO (ORCPT ); Tue, 22 Jul 2014 21:05:14 -0400 Date: Tue, 22 Jul 2014 18:05:11 -0700 (PDT) From: David Rientjes X-X-Sender: rientjes@chino.kir.corp.google.com To: Vineet Gupta , Andrew Morton cc: Johannes Weiner , linux-kernel@vger.kernel.org Subject: [patch] mm, arc: remove obsolete pagefault oom killer comment Message-ID: User-Agent: Alpine 2.02 (DEB 1266 2009-07-14) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Commit 609838cfed97 ("mm: invoke oom-killer from remaining unconverted page fault handlers") converted arc to call pagefault_out_of_memory(), so remove the comment about future conversion. Cc: Johannes Weiner Signed-off-by: David Rientjes --- arch/arc/mm/fault.c | 1 - 1 file changed, 1 deletion(-) diff --git a/arch/arc/mm/fault.c b/arch/arc/mm/fault.c --- a/arch/arc/mm/fault.c +++ b/arch/arc/mm/fault.c @@ -159,7 +159,6 @@ good_area: return; } - /* TBD: switch to pagefault_out_of_memory() */ if (fault & VM_FAULT_OOM) goto out_of_memory; else if (fault & VM_FAULT_SIGBUS) -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/