Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753874Ab0BSC0v (ORCPT ); Thu, 18 Feb 2010 21:26:51 -0500 Received: from mail-pz0-f192.google.com ([209.85.222.192]:35877 "EHLO mail-pz0-f192.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753122Ab0BSC0u (ORCPT ); Thu, 18 Feb 2010 21:26:50 -0500 DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=UkcdhEVUrAJkmd4k+KWwCgJIQzKuC+3tj8azN+elTDpZk3zwKag24FiqElgqlKh6n2 qkRp2Dt3UzTnrwxaO5thapSINmx8A6Dv5hEqpD1XQALw+2Lj9Hoqe+o1Q9lBvRT7TmO/ spAWBFUKHxY3tveVQ8WRk8aR2YKSGjqAuzuKE= MIME-Version: 1.0 In-Reply-To: <1266516162-14154-10-git-send-email-mel@csn.ul.ie> References: <1266516162-14154-1-git-send-email-mel@csn.ul.ie> <1266516162-14154-10-git-send-email-mel@csn.ul.ie> Date: Fri, 19 Feb 2010 11:26:48 +0900 Message-ID: <28c262361002181826i56149952xb08bf9fe39c58f65@mail.gmail.com> Subject: Re: [PATCH 09/12] Add /proc trigger for memory compaction From: Minchan Kim 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 Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 737 Lines: 20 On Fri, Feb 19, 2010 at 3:02 AM, Mel Gorman wrote: > This patch adds a proc file /proc/sys/vm/compact_memory. When an arbitrary > value is written to the file, all zones are compacted. The expected user > of such a trigger is a job scheduler that prepares the system before the > target application runs. > > Signed-off-by: Mel Gorman > Acked-by: Rik van Riel Reviewed-by: Minchan Kim -- Kind regards, Minchan Kim -- 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/