From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755426Ab1JCKmc (ORCPT ); Mon, 3 Oct 2011 06:42:32 -0400 Received: from mx2.parallels.com ([64.131.90.16]:45836 "EHLO mx2.parallels.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753390Ab1JCKmZ (ORCPT ); Mon, 3 Oct 2011 06:42:25 -0400 Message-ID: <4E899162.6040806@parallels.com> Date: Mon, 3 Oct 2011 14:41:38 +0400 From: Glauber Costa User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:6.0.2) Gecko/20110906 Thunderbird/6.0.2 MIME-Version: 1.0 To: "Kirill A. Shutemov" CC: , , , , , , , , , Subject: Re: [PATCH v4 1/8] Basic kernel memory functionality for the Memory Controller References: <1317637123-18306-1-git-send-email-glommer@parallels.com> <1317637123-18306-2-git-send-email-glommer@parallels.com> <20111003104133.GA29312@shutemov.name> In-Reply-To: <20111003104133.GA29312@shutemov.name> Content-Type: text/plain; charset="ISO-8859-1"; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 10/03/2011 02:41 PM, Kirill A. Shutemov wrote: > On Mon, Oct 03, 2011 at 02:18:36PM +0400, Glauber Costa wrote: >> This patch lays down the foundation for the kernel memory component >> of the Memory Controller. >> >> As of today, I am only laying down the following files: >> >> * memory.independent_kmem_limit >> * memory.kmem.limit_in_bytes (currently ignored) >> * memory.kmem.usage_in_bytes (always zero) >> >> Signed-off-by: Glauber Costa >> CC: Paul Menage >> CC: Greg Thelen > > Reviewed-by: Kirill A. Shutemov > > One comment bellow. > >> diff --git a/mm/memcontrol.c b/mm/memcontrol.c >> index ebd1e86..8aaf4ce 100644 >> --- a/mm/memcontrol.c >> +++ b/mm/memcontrol.c >> @@ -72,8 +72,6 @@ static int really_do_swap_account __initdata = 0; >> #else >> #define do_swap_account (0) >> #endif >> - >> - >> /* >> * Statistics for memory cgroup. >> */ > > Please drop this hunk. > Just did. Thanks for noticing, I missed this one.