Re: current -mm3 compilation problem

From: Andrew Morton
Date: Sat Sep 04 2004 - 16:06:51 EST


Grzegorz Ja__kiewicz <gryzman@xxxxxxxxx> wrote:
>
> fs/built-in.o(.text+0xa811c): In function `gzip1_alloc':
> : undefined reference to `in_softirq'
> fs/built-in.o(.text+0xa81d1): In function `gzip1_alloc':
> : undefined reference to `in_softirq'

Put a

#include <linux/hardirq.h>

into fs/reiser4/plugin/compress/compress.c
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/