Re: 2.6.17-mm6

From: Heiko Carstens
Date: Mon Jul 03 2006 - 08:17:07 EST


> the statistic infrastructure is required when compiling the ZFCP driver on
> zSeries.
> ---
> drivers/scsi/Kconfig | 1 +
> 1 file changed, 1 insertion(+)
>
> Index: 2.6.17-mm6/drivers/scsi/Kconfig
> ===================================================================
> --- 2.6.17-mm6.orig/drivers/scsi/Kconfig
> +++ 2.6.17-mm6/drivers/scsi/Kconfig
> @@ -2200,6 +2200,7 @@ config ZFCP
> tristate "FCP host bus adapter driver for IBM eServer zSeries"
> depends on S390 && QDIO && SCSI
> select SCSI_FC_ATTRS
> + select STATISTICS
> help
> If you want to access SCSI devices attached to your IBM eServer
> zSeries by means of Fibre Channel interfaces say Y.

That's the wrong approach. We rather need some no-op defines that make
this compile for !CONFIG_STATISTICS. Martin is working on it, I think.

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