All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 7/7]MVSAS: Update to match latest libsas
@ 2009-11-09 12:29 Andy Yan
  2009-11-14 18:05 ` James Bottomley
  0 siblings, 1 reply; 2+ messages in thread
From: Andy Yan @ 2009-11-09 12:29 UTC (permalink / raw)
  To: james.bottomley, jeff, linux-scsi; +Cc: qswang, jfeng


>From 8687e06d9f636828e006fc4938513ce4731ea356 Mon Sep 17 00:00:00 2001
From: Andy <ayan@marvell.com>
Date: Sun, 8 Nov 2009 14:26:39 +0800
Subject: [PATCH 7/7] Update to match latest libsas

Signed-off-by: Andy <ayan@marvell.com>
Signed-off-by: Jacky <jfeng@marvell.com>
Signed-off-by: Ke <kewei@marvell.com>

---
 drivers/scsi/mvsas/mv_sas.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/scsi/mvsas/mv_sas.c b/drivers/scsi/mvsas/mv_sas.c
index 7ced157..51bb6fe 100644
--- a/drivers/scsi/mvsas/mv_sas.c
+++ b/drivers/scsi/mvsas/mv_sas.c
@@ -414,7 +414,7 @@ int mvs_slave_configure(struct scsi_device *sdev)
 		scsi_adjust_queue_depth(sdev, MSG_SIMPLE_TAG, 1);
 	#endif
 	} else
-		sas_change_queue_depth(sdev, MVS_QUEUE_SIZE);
+		sas_change_queue_depth(sdev, MVS_QUEUE_SIZE, SCSI_QDEPTH_DEFAULT);
 
 	return 0;
 }
-- 
1.6.2.2


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH 7/7]MVSAS: Update to match latest libsas
  2009-11-09 12:29 [PATCH 7/7]MVSAS: Update to match latest libsas Andy Yan
@ 2009-11-14 18:05 ` James Bottomley
  0 siblings, 0 replies; 2+ messages in thread
From: James Bottomley @ 2009-11-14 18:05 UTC (permalink / raw)
  To: ayan; +Cc: jeff, linux-scsi, qswang, jfeng

On Mon, 2009-11-09 at 20:29 +0800, Andy Yan wrote:
> From 8687e06d9f636828e006fc4938513ce4731ea356 Mon Sep 17 00:00:00 2001
> From: Andy <ayan@marvell.com>
> Date: Sun, 8 Nov 2009 14:26:39 +0800
> Subject: [PATCH 7/7] Update to match latest libsas
> 
> Signed-off-by: Andy <ayan@marvell.com>
> Signed-off-by: Jacky <jfeng@marvell.com>
> Signed-off-by: Ke <kewei@marvell.com>
> 
> ---
>  drivers/scsi/mvsas/mv_sas.c |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
> 
> diff --git a/drivers/scsi/mvsas/mv_sas.c b/drivers/scsi/mvsas/mv_sas.c
> index 7ced157..51bb6fe 100644
> --- a/drivers/scsi/mvsas/mv_sas.c
> +++ b/drivers/scsi/mvsas/mv_sas.c
> @@ -414,7 +414,7 @@ int mvs_slave_configure(struct scsi_device *sdev)
>  		scsi_adjust_queue_depth(sdev, MSG_SIMPLE_TAG, 1);
>  	#endif
>  	} else
> -		sas_change_queue_depth(sdev, MVS_QUEUE_SIZE);
> +		sas_change_queue_depth(sdev, MVS_QUEUE_SIZE, SCSI_QDEPTH_DEFAULT);

No.

A patch series has to be bisectable, so introduce the right signature in
patch 5 instead of introducing the wrong one and fixing it in patch 7

James



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2009-11-14 18:05 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-11-09 12:29 [PATCH 7/7]MVSAS: Update to match latest libsas Andy Yan
2009-11-14 18:05 ` James Bottomley

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.