Re: 2.6.17-rc5-mm2 another compile error

From: Andrew Morton
Date: Thu Jun 01 2006 - 12:24:42 EST


On Thu, 01 Jun 2006 13:42:35 +0200
Helge Hafting <helge.hafting@xxxxxxxxxxxxx> wrote:

> CC drivers/dma/ioatdma.o
> drivers/dma/ioatdma.c: In function âioat_init_moduleâ:
> drivers/dma/ioatdma.c:828: error: dereferencing pointer to incomplete type
> make[2]: *** [drivers/dma/ioatdma.o] Error 1
> make[1]: *** [drivers/dma] Error 2
> make: *** [drivers] Error 2
>

if (THIS_MODULE != NULL)
THIS_MODULE->unsafe = 1;

Chris, this won't compile with CONFIG_MODULES=n.

If module unloading is unsafe (why?) then a suitable workaround would be to
take an additional ref on the module (__module_get()) so that it cannot be
unloaded.

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