From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1759887Ab0JZMlg (ORCPT ); Tue, 26 Oct 2010 08:41:36 -0400 Received: from mx2.mail.elte.hu ([157.181.151.9]:53199 "EHLO mx2.mail.elte.hu" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1759860Ab0JZMle (ORCPT ); Tue, 26 Oct 2010 08:41:34 -0400 Date: Tue, 26 Oct 2010 14:41:13 +0200 From: Ingo Molnar To: Trond Myklebust Cc: Charles Edward Lever , Zimny Lech , Stephen Rothwell , linux-next@vger.kernel.org, LKML , linux-nfs@vger.kernel.org, Linus Torvalds Subject: Re: linux-next: Tree for October 6 Message-ID: <20101026124113.GA10872@elte.hu> References: <20101006163632.c1943a38.sfr@canb.auug.org.au> <20101026080822.GA10520@elte.hu> <1288096333.3123.9.camel@heimdal.trondhjem.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1288096333.3123.9.camel@heimdal.trondhjem.org> User-Agent: Mutt/1.5.20 (2009-08-17) X-ELTE-SpamScore: -2.0 X-ELTE-SpamLevel: X-ELTE-SpamCheck: no X-ELTE-SpamVersion: ELTE 2.0 X-ELTE-SpamCheck-Details: score=-2.0 required=5.9 tests=BAYES_00 autolearn=no SpamAssassin version=3.2.5 -2.0 BAYES_00 BODY: Bayesian spam probability is 0 to 1% [score: 0.0000] Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org * Trond Myklebust wrote: > Anyhow, does the following fix the bug? Thanks, trying it. > Stephen Rothwell reports: > > > /home/test/linux-2.6/fs/nfs/nfsroot.c: In function 'nfs_root_debug': > > /home/test/linux-2.6/fs/nfs/nfsroot.c:110:2: error: 'nfs_debug' > > undeclared (first use in this function) > > /home/test/linux-2.6/fs/nfs/nfsroot.c:110:2: note: each undeclared > > identifier is reported only once for each function it appears in > > make[3]: *** [fs/nfs/nfsroot.o] Error 1 > > make[2]: *** [fs/nfs] Error 2 > > make[1]: *** [fs] Error 2 > > make: *** [sub-make] Error 2 > > Which is caused by commit 306a075362a288683f6346185f97dd0e06df19da > (NFS: Allow NFSROOT debugging messages to be enabled dynamically) > > Fix is to disable this code when RPC_DEBUG is disabled. > > Signed-off-by: Trond Myklebust The commit also needs this tag: Reported-by: Stephen Rothwell Thanks, Ingo