From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755205AbZHCOXy (ORCPT ); Mon, 3 Aug 2009 10:23:54 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1755074AbZHCOXy (ORCPT ); Mon, 3 Aug 2009 10:23:54 -0400 Received: from mx2.redhat.com ([66.187.237.31]:53356 "EHLO mx2.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755064AbZHCOXx (ORCPT ); Mon, 3 Aug 2009 10:23:53 -0400 Message-ID: <4A76F27E.5070407@redhat.com> Date: Mon, 03 Aug 2009 17:21:50 +0300 From: Izik Eidus User-Agent: Thunderbird 2.0.0.22 (Windows/20090605) MIME-Version: 1.0 To: Hugh Dickins CC: Andrea Arcangeli , Rik van Riel , Chris Wright , Nick Piggin , Andrew Morton , linux-kernel@vger.kernel.org, linux-mm@kvack.org Subject: Re: [PATCH 1/12] ksm: rename kernel_pages_allocated References: In-Reply-To: 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 Hugh Dickins wrote: > We're not implementing swapping of KSM pages in its first release; > but when that follows, "kernel_pages_allocated" will be a very poor > name for the sysfs file showing number of nodes in the stable tree: > rename that to "pages_shared" throughout. > > But we already have a "pages_shared", counting those page slots > sharing the shared pages: first rename that to... "pages_sharing". > > What will become of "max_kernel_pages" when the pages shared can > be swapped? I guess it will just be removed, so keep that name. > > Signed-off-by: Hugh Dickins > --- > > > ACK.