Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754215Ab0KHJI5 (ORCPT ); Mon, 8 Nov 2010 04:08:57 -0500 Received: from zene.cmpxchg.org ([85.214.230.12]:33643 "EHLO zene.cmpxchg.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752057Ab0KHJI4 (ORCPT ); Mon, 8 Nov 2010 04:08:56 -0500 Date: Mon, 8 Nov 2010 10:08:21 +0100 From: Johannes Weiner To: Minchan Kim Cc: Greg Thelen , Andrew Morton , Dave Young , Andrea Righi , KAMEZAWA Hiroyuki , Daisuke Nishimura , Balbir Singh , Wu Fengguang , linux-mm@kvack.org, linux-kernel@vger.kernel.org Subject: Re: [patch 4/4] memcg: use native word page statistics counters Message-ID: <20101108090820.GI23393@cmpxchg.org> References: <1288973333-7891-1-git-send-email-minchan.kim@gmail.com> <20101106010357.GD23393@cmpxchg.org> <20101107215030.007259800@cmpxchg.org> <20101107220353.964566018@cmpxchg.org> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1283 Lines: 32 On Mon, Nov 08, 2010 at 09:01:54AM +0900, Minchan Kim wrote: > On Mon, Nov 8, 2010 at 7:14 AM, Johannes Weiner wrote: > > The statistic counters are in units of pages, there is no reason to > > make them 64-bit wide on 32-bit machines. > > > > Make them native words. ?Since they are signed, this leaves 31 bit on > > 32-bit machines, which can represent roughly 8TB assuming a page size > > of 4k. > > > > Signed-off-by: Johannes Weiner > Reviewed-by: Minchan Kim > > This patch changes mem_cgroup_recursive_idx_stat with > mem_cgroup_recursive_stat as well. > As you know, It would be better to be another patch although it's > trivial. But I don't mind it. > I like the name. :) I also feel that it's not too nice to mix such cleanups with functionality changes. But I found the name too appalling to leave it alone, and a separate patch not worth the trouble. If somebody has strong feelings, I will happily split it up. Thanks for your review, Minchan. Hannes -- 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/