Messages in this thread |  | | Date | Mon, 8 Oct 2001 21:05:51 -0700 (PDT) | From | Todd Roy <> | Subject | jbd_preclean_buffer_check. |
| |
Sorry if this is old guys, but I just noticed that modules loop.o and md.o are broken in at least 2.4.10-ac9 and ac10, if CONFIG_EXT3_FS=Y, JBD_CONFIG=Y and CONFIG_JBD_DEBUG=Y:
typical modprobe output: /lib/modules/2.4.10-ac10/kernel/drivers/md/md.o: unresolved symbol jbd_preclean_buffer_check /lib/modules/2.4.10-ac10/kernel/drivers/md/md.o: insmod /lib/modules/2.4.10-ac10/kernel/drivers/md/md.o failed /lib/modules/2.4.10-ac10/kernel/drivers/md/md.o: insmod md failed /lib/modules/2.4.10-ac10/kernel/drivers/block/loop.o: unresolved symbol jbd_preclean_buffer_check /lib/modules/2.4.10-ac10/kernel/drivers/block/loop.o: insmod /lib/modules/2.4.10-ac10/kernel/drivers/block/loop.o failed /lib/modules/2.4.10-ac10/kernel/drivers/block/loop.o: insmod loop failed
I am recompiling now to see if turning off JBD_DEBUG will fix things. Usually at times like this I just (blindly) add an entry to kernel/ksyms.c but that doesn't seem to work. Thanks, -- todd --
__________________________________________________ Do You Yahoo!? NEW from Yahoo! GeoCities - quick and easy web site hosting, just $8.95/month. http://geocities.yahoo.com/ps/info1 - 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/
|  |