Re: [2.6 patch] fix CCISS with PROC_FS=n

From: Adrian Bunk
Date: Mon Aug 09 2004 - 14:14:10 EST


On Mon, Aug 09, 2004 at 11:07:43AM -0500, mikem wrote:
>...
> > -#ifdef CONFIG_PROC_FS
> >
> > #include "cciss_scsi.c" /* For SCSI tape support */
>
> We use /proc to hook into the SCSI subsystem. If you do not build /proc support
> into your kernel then you should also disable tape support in the driver.
>...


Thanks for this informaition. Better patch below.


Signed-off-by: Adrian Bunk <bunk@xxxxxxxxx>

--- linux-2.6.8-rc3-mm2-full/drivers/block/Kconfig.old 2004-08-09 20:57:36.000000000 +0200
+++ linux-2.6.8-rc3-mm2-full/drivers/block/Kconfig 2004-08-09 20:57:56.000000000 +0200
@@ -166,7 +166,7 @@

config CISS_SCSI_TAPE
bool "SCSI tape drive support for Smart Array 5xxx"
- depends on BLK_CPQ_CISS_DA && SCSI
+ depends on BLK_CPQ_CISS_DA && SCSI && PROC_FS
help
When enabled (Y), this option allows SCSI tape drives and SCSI medium
changers (tape robots) to be accessed via a Compaq 5xxx array

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