scsi: drop reason argument from ->change_queue_depth

Drop the now unused reason argument from the ->change_queue_depth method.
Also add a return value to scsi_adjust_queue_depth, and rename it to
scsi_change_queue_depth now that it can be used as the default
->change_queue_depth implementation.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Mike Christie <michaelc@cs.wisc.edu>
Reviewed-by: Hannes Reinecke <hare@suse.de>
Este commit está contenido en:
Christoph Hellwig
2014-11-13 15:08:42 +01:00
padre 1e6f241604
commit db5ed4dfd5
Se han modificado 73 ficheros con 155 adiciones y 412 borrados

Ver fichero

@@ -7997,7 +7997,7 @@ static int ncr53c8xx_slave_configure(struct scsi_device *device)
if (depth_to_use > MAX_TAGS)
depth_to_use = MAX_TAGS;
scsi_adjust_queue_depth(device, depth_to_use);
scsi_change_queue_depth(device, depth_to_use);
/*
** Since the queue depth is not tunable under Linux,