* Linux 2.4.0-ac7
@ 2001-01-12 3:37 Bill Crawford
2001-01-12 3:49 ` Jens Axboe
0 siblings, 1 reply; 2+ messages in thread
From: Bill Crawford @ 2001-01-12 3:37 UTC (permalink / raw)
To: Alan Cox; +Cc: linux-kernel
depmod: *** Unresolved symbols in /lib/modules/2.4.0-ac7/kernel/drivers/scsi/scsi_mod.o
depmod: queued_sectors
--
/* Bill Crawford, Unix Systems Developer, ebOne, formerly GTS Netcom */
#include "stddiscl.h"
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: Linux 2.4.0-ac7
2001-01-12 3:37 Linux 2.4.0-ac7 Bill Crawford
@ 2001-01-12 3:49 ` Jens Axboe
0 siblings, 0 replies; 2+ messages in thread
From: Jens Axboe @ 2001-01-12 3:49 UTC (permalink / raw)
To: Bill Crawford; +Cc: Alan Cox, linux-kernel
On Fri, Jan 12 2001, Bill Crawford wrote:
> depmod: *** Unresolved symbols in /lib/modules/2.4.0-ac7/kernel/drivers/scsi/scsi_mod.o
> depmod: queued_sectors
Apologies, I didn't think of modular SCSI/IDE for this...
--- /opt/kernel/linux-2.4.0-ac7/drivers/block/ll_rw_blk.c Fri Jan 12 04:47:18 2001
+++ drivers/block/ll_rw_blk.c Fri Jan 12 04:47:40 2001
@@ -1389,3 +1389,4 @@
EXPORT_SYMBOL(generic_make_request);
EXPORT_SYMBOL(blkdev_release_request);
EXPORT_SYMBOL(generic_unplug_device);
+EXPORT_SYMBOL(queued_sectors);
--
* Jens Axboe <axboe@suse.de>
* SuSE Labs
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2001-01-12 3:49 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-01-12 3:37 Linux 2.4.0-ac7 Bill Crawford
2001-01-12 3:49 ` Jens Axboe
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox