From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752294Ab1KINQ3 (ORCPT ); Wed, 9 Nov 2011 08:16:29 -0500 Received: from mx1.redhat.com ([209.132.183.28]:61554 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751957Ab1KINQ2 (ORCPT ); Wed, 9 Nov 2011 08:16:28 -0500 Date: Wed, 9 Nov 2011 14:14:37 +0100 From: Johannes Weiner To: Hugh Dickins Cc: Andrew Morton , KAMEZAWA Hiroyuki , Michal Hocko , "Kirill A. Shutemov" , Daisuke Nishimura , Balbir Singh , Ying Han , Greg Thelen , Michel Lespinasse , Rik van Riel , Minchan Kim , Christoph Hellwig , Stephen Rothwell , linux-mm@kvack.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH mm] mm: memcg: remove unused node/section info from pc->flags fix Message-ID: <20111109131437.GD3153@redhat.com> References: <1320787408-22866-1-git-send-email-jweiner@redhat.com> <1320787408-22866-11-git-send-email-jweiner@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Nov 08, 2011 at 09:18:10PM -0800, Hugh Dickins wrote: > Fix non-CONFIG_SPARSEMEM build, which failed with > mm/page_cgroup.c: In function `alloc_node_page_cgroup': > mm/page_cgroup.c:44: error: `start_pfn' undeclared (first use in this function) > > Signed-off-by: Hugh Dickins > --- > For folding into mm-memcg-remove-unused-node-section-info-from-pc-flags.patch > > mm/page_cgroup.c | 2 -- > 1 file changed, 2 deletions(-) > > Hannes: heartfelt thanks to you for this great work - Hugh Thanks, I appreciate it. Sorry for the trouble, the patch is obviously correct.