Re: Linux-2.4.0-ac7: Unresolved symbol "queued_sectors" in scsi_mod.o

2001-01-12 Thread Jens Axboe

On Fri, Jan 12 2001, Chris Rankin wrote:
> Hi,
> 
> I have just compiled 2.4.0-ac7, and this kernel boots up OK (no more
> processes missing from the output of "ps -ef", either). However, I am
> now getting an unresolved symbol "queued_sectors" in scsi_mod.o when I
> run depmod.

Fixed in -ac8

-- 
* Jens Axboe <[EMAIL PROTECTED]>
* SuSE Labs
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
Please read the FAQ at http://www.tux.org/lkml/



Linux-2.4.0-ac7: Unresolved symbol "queued_sectors" in scsi_mod.o

2001-01-12 Thread Chris Rankin

Hi,

I have just compiled 2.4.0-ac7, and this kernel boots up OK (no more
processes missing from the output of "ps -ef", either). However, I am
now getting an unresolved symbol "queued_sectors" in scsi_mod.o when I
run depmod.

I've done a "make mproper; ; make oldconfig;
make dep" and none of the .ver files in include/linux/modules contains
a reference to queued_sectors, nor does this symbol appear in
/proc/ksyms. However, it does appear in the System.map file as

c025335c B queued_sectors

I have worked around the problem by compiling scsi_mod.o into the
kernel instead.

Cheers,
Chris
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
Please read the FAQ at http://www.tux.org/lkml/



Linux-2.4.0-ac7: Unresolved symbol queued_sectors in scsi_mod.o

2001-01-12 Thread Chris Rankin

Hi,

I have just compiled 2.4.0-ac7, and this kernel boots up OK (no more
processes missing from the output of "ps -ef", either). However, I am
now getting an unresolved symbol "queued_sectors" in scsi_mod.o when I
run depmod.

I've done a "make mproper; copied in .config file; make oldconfig;
make dep" and none of the .ver files in include/linux/modules contains
a reference to queued_sectors, nor does this symbol appear in
/proc/ksyms. However, it does appear in the System.map file as

c025335c B queued_sectors

I have worked around the problem by compiling scsi_mod.o into the
kernel instead.

Cheers,
Chris
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
Please read the FAQ at http://www.tux.org/lkml/



Re: Linux-2.4.0-ac7: Unresolved symbol queued_sectors in scsi_mod.o

2001-01-12 Thread Jens Axboe

On Fri, Jan 12 2001, Chris Rankin wrote:
 Hi,
 
 I have just compiled 2.4.0-ac7, and this kernel boots up OK (no more
 processes missing from the output of "ps -ef", either). However, I am
 now getting an unresolved symbol "queued_sectors" in scsi_mod.o when I
 run depmod.

Fixed in -ac8

-- 
* Jens Axboe [EMAIL PROTECTED]
* SuSE Labs
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
Please read the FAQ at http://www.tux.org/lkml/



Re: Linux 2.4.0-ac7

2001-01-11 Thread Jens Axboe

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 <[EMAIL PROTECTED]>
* SuSE Labs
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
Please read the FAQ at http://www.tux.org/lkml/



Linux 2.4.0-ac7

2001-01-11 Thread Bill Crawford

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 [EMAIL PROTECTED]
Please read the FAQ at http://www.tux.org/lkml/



Linux 2.4.0-ac7

2001-01-11 Thread Bill Crawford

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 [EMAIL PROTECTED]
Please read the FAQ at http://www.tux.org/lkml/



Re: Linux 2.4.0-ac7

2001-01-11 Thread Jens Axboe

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 [EMAIL PROTECTED]
* SuSE Labs
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
Please read the FAQ at http://www.tux.org/lkml/