From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ingo Molnar Subject: Re: linux-next: Tree for October 6 Date: Tue, 26 Oct 2010 14:41:13 +0200 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 Return-path: 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 Content-Disposition: inline In-Reply-To: <1288096333.3123.9.camel@heimdal.trondhjem.org> Sender: linux-next-owner@vger.kernel.org List-ID: To: Trond Myklebust Cc: Charles Edward Lever , Zimny Lech , Stephen Rothwell , linux-next@vger.kernel.org, LKML , linux-nfs@vger.kernel.org, Linus Torvalds * 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