Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753788Ab0FMLY4 (ORCPT ); Sun, 13 Jun 2010 07:24:56 -0400 Received: from fgwmail6.fujitsu.co.jp ([192.51.44.36]:48164 "EHLO fgwmail6.fujitsu.co.jp" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753055Ab0FMLYx (ORCPT ); Sun, 13 Jun 2010 07:24:53 -0400 X-SecurityPolicyCheck-FJ: OK by FujitsuOutboundMailChecker v1.3.1 From: KOSAKI Motohiro To: Minchan Kim Subject: Re: [PATCH] Cleanup : change try_set_zone_oom with try_set_zonelist_oom Cc: kosaki.motohiro@jp.fujitsu.com, Andrew Morton , linux-mm@kvack.org, linux-kernel@vger.kernel.org, David Rientjes In-Reply-To: <1276177124-3395-1-git-send-email-minchan.kim@gmail.com> References: <1276177124-3395-1-git-send-email-minchan.kim@gmail.com> Message-Id: <20100613163055.615A.A69D9226@jp.fujitsu.com> MIME-Version: 1.0 Content-Type: text/plain; charset="ISO-2022-JP" Content-Transfer-Encoding: 7bit X-Mailer: Becky! ver. 2.50.07 [ja] Date: Sun, 13 Jun 2010 20:24:50 +0900 (JST) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 631 Lines: 17 > We have been used naming try_set_zone_oom and clear_zonelist_oom. > The role of functions is to lock of zonelist for preventing parallel > OOM. So clear_zonelist_oom makes sense but try_set_zone_oome is rather > awkward and unmatched with clear_zonelist_oom. > > Let's change it with try_set_zonelist_oom. Ah, sure. Reviewed-by: KOSAKI Motohiro -- 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/