lkml.org 
[lkml]   [2002]   [Oct]   [22]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
SubjectRe: Linux 2.5.44-ac1
From
Date
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/

\
 
 \ /
  Last update: 2005-03-22 13:30    [W:0.062 / U:0.068 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site