From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from psmtp.com (na3sys010amx184.postini.com [74.125.245.184]) by kanga.kvack.org (Postfix) with SMTP id 43A9D6B006E for ; Wed, 28 Nov 2012 05:58:06 -0500 (EST) Date: Wed, 28 Nov 2012 08:57:59 -0200 From: Rafael Aquini Subject: Re: [patch] mm: introduce a common interface for balloon pages mobility fix Message-ID: <20121128105758.GA1800@t510.redhat.com> References: <50a6581a.V3MmP/x4DXU9jUhJ%fengguang.wu@intel.com> <20121116201035.GA18145@t510.redhat.com> <20121128000355.GA7401@t510.redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Sender: owner-linux-mm@kvack.org List-ID: To: David Rientjes Cc: Andrew Morton , kbuild test robot , linux-mm@kvack.org, Michal Hocko On Tue, Nov 27, 2012 at 04:15:59PM -0800, David Rientjes wrote: > It's useful to keep memory defragmented so that all high-order page > allocations have a chance to succeed, not simply transparent hugepages. > Thus, allow balloon compaction for any system with memory compaction > enabled, which is the defconfig. > > Signed-off-by: David Rientjes > --- Thanks David Acked-by: Rafael Aquini > mm/Kconfig | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/mm/Kconfig b/mm/Kconfig > --- a/mm/Kconfig > +++ b/mm/Kconfig > @@ -200,7 +200,7 @@ config SPLIT_PTLOCK_CPUS > config BALLOON_COMPACTION > bool "Allow for balloon memory compaction/migration" > def_bool y > - depends on TRANSPARENT_HUGEPAGE && VIRTIO_BALLOON > + depends on COMPACTION && VIRTIO_BALLOON > help > Memory fragmentation introduced by ballooning might reduce > significantly the number of 2MB contiguous memory blocks that can be -- To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to majordomo@kvack.org. For more info on Linux MM, see: http://www.linux-mm.org/ . Don't email: email@kvack.org