[PATCH 07/11] scsi: remove use_blk_tcq Scsi_Host field

2014-11-10 Thread Christoph Hellwig
Signed-off-by: Christoph Hellwig 
Reviewed-by: Hannes Reinecke 
Reviewed-by: Martin K. Petersen 
---
 include/scsi/scsi_host.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/include/scsi/scsi_host.h b/include/scsi/scsi_host.h
index 5b03ba9..d6bd652 100644
--- a/include/scsi/scsi_host.h
+++ b/include/scsi/scsi_host.h
@@ -650,7 +650,6 @@ struct Scsi_Host {
unsigned active_mode:2;
unsigned unchecked_isa_dma:1;
unsigned use_clustering:1;
-   unsigned use_blk_tcq:1;
 
/*
 * Host has requested that no further requests come through for the
-- 
1.9.1

--
To unsubscribe from this list: send the line "unsubscribe linux-scsi" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [PATCH 07/11] scsi: remove use_blk_tcq Scsi_Host field

2014-11-04 Thread Martin K. Petersen
> "Christoph" == Christoph Hellwig  writes:

Reviewed-by: Martin K. Petersen 

-- 
Martin K. Petersen  Oracle Linux Engineering
--
To unsubscribe from this list: send the line "unsubscribe linux-scsi" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [PATCH 07/11] scsi: remove use_blk_tcq Scsi_Host field

2014-11-04 Thread Hannes Reinecke
On 11/04/2014 08:54 AM, Christoph Hellwig wrote:
> Signed-off-by: Christoph Hellwig 
> ---
>  include/scsi/scsi_host.h | 1 -
>  1 file changed, 1 deletion(-)
> 
> diff --git a/include/scsi/scsi_host.h b/include/scsi/scsi_host.h
> index f62143a..8bf2cb0 100644
> --- a/include/scsi/scsi_host.h
> +++ b/include/scsi/scsi_host.h
> @@ -642,7 +642,6 @@ struct Scsi_Host {
>   unsigned active_mode:2;
>   unsigned unchecked_isa_dma:1;
>   unsigned use_clustering:1;
> - unsigned use_blk_tcq:1;
>  
>   /*
>* Host has requested that no further requests come through for the
> 
Reviewed-by: Hannes Reinecke 

Cheers,

Hannes
-- 
Dr. Hannes Reinecke   zSeries & Storage
h...@suse.de  +49 911 74053 688
SUSE LINUX GmbH, Maxfeldstr. 5, 90409 Nürnberg
GF: J. Hawn, J. Guild, F. Imendörffer, HRB 21284 (AG Nürnberg)
--
To unsubscribe from this list: send the line "unsubscribe linux-scsi" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[PATCH 07/11] scsi: remove use_blk_tcq Scsi_Host field

2014-11-03 Thread Christoph Hellwig
Signed-off-by: Christoph Hellwig 
---
 include/scsi/scsi_host.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/include/scsi/scsi_host.h b/include/scsi/scsi_host.h
index f62143a..8bf2cb0 100644
--- a/include/scsi/scsi_host.h
+++ b/include/scsi/scsi_host.h
@@ -642,7 +642,6 @@ struct Scsi_Host {
unsigned active_mode:2;
unsigned unchecked_isa_dma:1;
unsigned use_clustering:1;
-   unsigned use_blk_tcq:1;
 
/*
 * Host has requested that no further requests come through for the
-- 
1.9.1

--
To unsubscribe from this list: send the line "unsubscribe linux-scsi" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html