Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754200Ab0BSPbr (ORCPT ); Fri, 19 Feb 2010 10:31:47 -0500 Received: from kroah.org ([198.145.64.141]:55443 "EHLO coco.kroah.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751346Ab0BSPbp (ORCPT ); Fri, 19 Feb 2010 10:31:45 -0500 Date: Fri, 19 Feb 2010 07:31:42 -0800 From: Greg KH To: Mel Gorman Cc: Andrea Arcangeli , Christoph Lameter , Adam Litke , Avi Kivity , David Rientjes , KOSAKI Motohiro , Rik van Riel , linux-kernel@vger.kernel.org, linux-mm@kvack.org Subject: Re: [PATCH 10/12] Add /sys trigger for per-node memory compaction Message-ID: <20100219153142.GA26557@kroah.com> References: <1266516162-14154-1-git-send-email-mel@csn.ul.ie> <1266516162-14154-11-git-send-email-mel@csn.ul.ie> <20100219145358.GB24790@kroah.com> <20100219152830.GB1445@csn.ul.ie> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20100219152830.GB1445@csn.ul.ie> User-Agent: Mutt/1.5.20 (2009-06-14) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1290 Lines: 28 On Fri, Feb 19, 2010 at 03:28:30PM +0000, Mel Gorman wrote: > On Fri, Feb 19, 2010 at 06:53:59AM -0800, Greg KH wrote: > > On Thu, Feb 18, 2010 at 06:02:40PM +0000, Mel Gorman wrote: > > > This patch adds a per-node sysfs file called compact. When the file is > > > written to, each zone in that node is compacted. The intention that this > > > would be used by something like a job scheduler in a batch system before > > > a job starts so that the job can allocate the maximum number of > > > hugepages without significant start-up cost. > > > > As you are adding sysfs files, can you please also add documentation for > > the file in Documentation/ABI/ ? > > > > I looked at this before and hit a wall and then forgot about it. I couldn't > find *where* I should document it at the time. There isn't a sysfs-devices-node > file to add to and much (all?) of what is in that branch appears undocumented. Well, you can always just document what you add, or you can document the existing stuff as well. It's your choice :) thanks, greg k-h -- 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/