[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <1158009592.10005.24.camel@markh3.pdx.osdl.net>
Date: Mon, 11 Sep 2006 14:19:52 -0700
From: Mark Haverkamp <markh@...l.org>
To: Andrew Morton <akpm@...l.org>,
Trond Myklebust <Trond.Myklebust@...app.com>
Cc: linux-kernel@...r.kernel.org
Subject: Re: 2.6.18-rc6-mm1
On Fri, 2006-09-08 at 01:13 -0700, Andrew Morton wrote:
> ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.18-rc6/2.6.18-rc6-mm1/
>
compiling a kernel with allnoconfig produces the following error:
CHK include/linux/version.h
CHK include/linux/utsrelease.h
CHK include/linux/compile.h
GEN .version
CHK include/linux/compile.h
UPD include/linux/compile.h
CC init/version.o
LD init/built-in.o
LD .tmp_vmlinux1
mm/built-in.o: In function `writeback_congestion_end':
(.text+0x5d3b): undefined reference to `blk_congestion_end'
make: *** [.tmp_vmlinux1] Error 1
The problem is that the block layer isn't configured and this is where
the blk_congestion_end symbol comes from.
This comes from the git-nfs.patch.
--
Mark Haverkamp <markh@...l.org>
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists