Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755814Ab1EBPqf (ORCPT ); Mon, 2 May 2011 11:46:35 -0400 Received: from oproxy2-pub.bluehost.com ([67.222.39.60]:49547 "HELO oproxy2-pub.bluehost.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with SMTP id S1751233Ab1EBPqc (ORCPT ); Mon, 2 May 2011 11:46:32 -0400 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=default; d=xenotime.net; h=Received:Date:From:To:Cc:Subject:Message-Id:In-Reply-To:References:Organization:X-Mailer:Mime-Version:Content-Type:Content-Transfer-Encoding:X-Identified-User; b=OY96/jRxbcTxVALow8G2+G+wdZc09ka/prWtUirWfE7YF867JTreGDELjAOgMtVrnHq05lJ9HTDVjekbgm2pfUnafjJvrOmvN2nlAYEOnouYmnteLgQeKf3CWLvCb5ja; Date: Mon, 2 May 2011 08:46:30 -0700 From: Randy Dunlap To: KOSAKI Motohiro Cc: akpm@linux-foundation.org, linux-kernel@vger.kernel.org, linux-mm@kvack.org, linux-fsdevel@vger.kernel.org Subject: Re: mmotm 2011-04-29-16-25 uploaded Message-Id: <20110502084630.82f7e7c6.rdunlap@xenotime.net> In-Reply-To: <20110501164918.75E0.A69D9226@jp.fujitsu.com> References: <201104300002.p3U02Ma2026266@imap1.linux-foundation.org> <20110430094616.1fd43735.rdunlap@xenotime.net> <20110501164918.75E0.A69D9226@jp.fujitsu.com> Organization: YPO4 X-Mailer: Sylpheed 2.7.1 (GTK+ 2.16.6; x86_64-unknown-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Identified-User: {1807:box742.bluehost.com:xenotime:xenotime.net} {sentby:smtp auth 50.53.38.135 authed with rdunlap@xenotime.net} Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1857 Lines: 60 On Sun, 1 May 2011 16:47:43 +0900 (JST) KOSAKI Motohiro wrote: > > On Fri, 29 Apr 2011 16:26:16 -0700 akpm@linux-foundation.org wrote: > > > > > The mm-of-the-moment snapshot 2011-04-29-16-25 has been uploaded to > > > > > > http://userweb.kernel.org/~akpm/mmotm/ > > > > > > and will soon be available at > > > > > > git://zen-kernel.org/kernel/mmotm.git > > > > > > It contains the following patches against 2.6.39-rc5: > > > > > > mm-per-node-vmstat-show-proper-vmstats.patch > > > > when CONFIG_PROC_FS is not enabled: > > > > drivers/built-in.o: In function `node_read_vmstat': > > node.c:(.text+0x1e995): undefined reference to `vmstat_text' > > > > from drivers/base/node.c > > > Thank you for finding that! > > > > From 63ad7c06f082f8423c033b9f54070e14d561db7e Mon Sep 17 00:00:00 2001 > From: KOSAKI Motohiro > Date: Sun, 1 May 2011 16:00:09 +0900 > Subject: [PATCH] vmstat: fix build error when SYSFS=y and PROC_FS=n > > Randy Dunlap pointed out node.c makes build error when > PROC_FS=n. Because node.c#node_read_vmstat() uses vmstat_text > and it depend on PROC_FS. > > Thus, this patch change it to depend both SYSFS and PROC_FS. > > Reported-by: Randy Dunlap Acked-by: Randy Dunlap Thanks. > Signed-off-by: KOSAKI Motohiro > --- > mm/vmstat.c | 261 ++++++++++++++++++++++++++++++----------------------------- > 1 files changed, 132 insertions(+), 129 deletions(-) --- ~Randy *** Remember to use Documentation/SubmitChecklist when testing your code *** -- 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/