Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S965360AbXAZNZS (ORCPT ); Fri, 26 Jan 2007 08:25:18 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S965623AbXAZNZS (ORCPT ); Fri, 26 Jan 2007 08:25:18 -0500 Received: from calculon.skynet.ie ([193.1.99.88]:36038 "EHLO calculon.skynet.ie" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S965360AbXAZNZR (ORCPT ); Fri, 26 Jan 2007 08:25:17 -0500 Date: Fri, 26 Jan 2007 13:25:14 +0000 (GMT) From: Mel Gorman X-X-Sender: mel@skynet.skynet.ie To: Nick Piggin Cc: linux-mm@kvack.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 1/8] Add __GFP_MOVABLE for callers to flag allocations that may be migrated In-Reply-To: <45B9F3A3.6080003@yahoo.com.au> Message-ID: References: <20070125234458.28809.5412.sendpatchset@skynet.skynet.ie> <20070125234518.28809.86069.sendpatchset@skynet.skynet.ie> <45B9F3A3.6080003@yahoo.com.au> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 891 Lines: 24 On Fri, 26 Jan 2007, Nick Piggin wrote: > Mel Gorman wrote: >> It is often known at allocation time when a page may be migrated or >> not. This patch adds a flag called __GFP_MOVABLE and a new mask called >> GFP_HIGH_MOVABLE. > > Shouldn't that be HIGHUSER_MOVABLE? > I suppose, but it's a bit verbose. I don't feel very strongly about the name and the choice of name was taken from here - http://lkml.org/lkml/2006/11/23/157 . I can make it GFP_HIGHUSER_MOVABLE in the next revision -- Mel Gorman Part-time Phd Student Linux Technology Center University of Limerick IBM Dublin Software Lab - 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/