Re: Linux 2.5.44-ac1

From: Steven Cole (elenstev@mesatop.com)
Date: Tue Oct 22 2002 - 13:29:50 EST


On Tue, 2002-10-22 at 11:27, Alan Cox wrote:
[snip]
> This one builds, its not yet had any measurable testing
>
> Linux 2.5.44-ac1
> - Resync with Linus 2.5.43/44
[snip]
> o Move BUG() into asm/bug.h (Russell King)

I got this error building with CONFIG_REISERFS_FS=y:

fs/built-in.o: In function `keyed_hash':
fs/built-in.o(.text+0x84d56): undefined reference to `BUG'
fs/built-in.o(.text+0x84e08): undefined reference to `BUG'
fs/built-in.o(.text+0x84ea4): undefined reference to `BUG'
fs/built-in.o(.text+0x84f0e): undefined reference to `BUG'
make: *** [.tmp_vmlinux1] Error 1

The following patch allows 2.5.44-ac1 to build with reiserfs.

Steven

--- linux-2.5.44-ac1/fs/reiserfs/hashes.c.orig Tue Oct 22 12:16:52 2002
+++ linux-2.5.44-ac1/fs/reiserfs/hashes.c Tue Oct 22 12:17:15 2002
@@ -20,6 +20,7 @@
 
 #include <asm/types.h>
 #include <asm/page.h>
+#include <asm/bug.h>
 

-
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/



This archive was generated by hypermail 2b29 : Wed Oct 23 2002 - 22:00:59 EST