Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758177AbaKUMCW (ORCPT ); Fri, 21 Nov 2014 07:02:22 -0500 Received: from mta-out1.inet.fi ([62.71.2.227]:60024 "EHLO kirsi1.inet.fi" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753101AbaKUMCV (ORCPT ); Fri, 21 Nov 2014 07:02:21 -0500 Date: Fri, 21 Nov 2014 14:01:45 +0200 From: "Kirill A. Shutemov" To: Christoph Lameter , Dave Hansen Cc: Jerome Marchand , "Kirill A. Shutemov" , Andrew Morton , Andrea Arcangeli , Hugh Dickins , Mel Gorman , Rik van Riel , Vlastimil Babka , Naoya Horiguchi , Steve Capper , "Aneesh Kumar K.V" , Johannes Weiner , Michal Hocko , linux-kernel@vger.kernel.org, linux-mm@kvack.org Subject: Re: [PATCH 06/19] mm: store mapcount for compound page separate Message-ID: <20141121120145.GB16647@node.dhcp.inet.fi> References: <1415198994-15252-1-git-send-email-kirill.shutemov@linux.intel.com> <1415198994-15252-7-git-send-email-kirill.shutemov@linux.intel.com> <546C761D.6050407@redhat.com> <20141119130050.GA29884@node.dhcp.inet.fi> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.23.1 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Nov 20, 2014 at 02:06:53PM -0600, Christoph Lameter wrote: > On Wed, 19 Nov 2014, Kirill A. Shutemov wrote: > > > I don't think we want to bloat struct page description: nobody outside of > > helpers should use it direcly. And it's exactly what we did to store > > compound page destructor and compound page order. > > This is more like a description what overloading is occurring. Either > add the new way of using it there including a comment explainng things or > please do not overload the field. I can do this although I don't see much value. At least we need to be consistent and do the same for compound destructor and compound order. Dave, you tried to sort mess around struct page recently. Any opinion? BTW, how far we should go there? Should things like PAGE_BUDDY_MAPCOUNT_VALUE and PAGE_BALLOON_MAPCOUNT_VALUE be described in struct page definition too? -- Kirill A. Shutemov -- 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/