Messages in this thread Patch in this message |  | | Date | Fri, 12 Jan 2001 04:49:22 +0100 | From | Jens Axboe <> | Subject | Re: Linux 2.4.0-ac7 |
| |
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/
|  |