On Tue, May 19, 2009 at 12:52:47AM -0500, michaelc@xxxxxxxxxxx wrote: > From: Mike Christie <michaelc@xxxxxxxxxxx> > > This converts the fc drivers that were using scsi_track_queue_full > to track the queue full from the change_queue_depth callback. > > I have not yet tested the qla2xxx or lpfc parts. > > Signed-off-by: Mike Christie <michaelc@xxxxxxxxxxx> In scsi-misc zfcp also implements the change_queue_depth callback, so this has to be adjusted, too: -- zfcp: Add reason attribute to scsi_change_queue_depth callback From: Christof Schmitt <christof.schmitt@xxxxxxxxxx> Now that zfcp implements the scsi_change_queue_depth callback, the reason attribute is also required here. Signed-off-by: Christof Schmitt <christof.schmitt@xxxxxxxxxx> --- drivers/s390/scsi/zfcp_scsi.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) --- a/drivers/s390/scsi/zfcp_scsi.c 2009-06-12 14:16:55.000000000 +0200 +++ b/drivers/s390/scsi/zfcp_scsi.c 2009-06-12 14:33:20.000000000 +0200 @@ -28,7 +28,8 @@ char *zfcp_get_fcp_sns_info_ptr(struct f return fcp_sns_info_ptr; } -static int zfcp_scsi_change_queue_depth(struct scsi_device *sdev, int depth) +static int zfcp_scsi_change_queue_depth(struct scsi_device *sdev, int depth, + int reason) { scsi_adjust_queue_depth(sdev, scsi_get_tag_type(sdev), depth); return sdev->queue_depth; -- To unsubscribe from this list: send the line "unsubscribe linux-scsi" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html