scsi: Do not set cmd_per_lun to 1 in the host template
'0' is now used as the default cmd_per_lun value, so there's no need to explicitly set it to '1' in the host template. Signed-off-by: Hannes Reinecke <hare@suse.de> Reviewed-by: Christoph Hellwig <hch@lst.de> Signed-off-by: James Bottomley <JBottomley@Odin.com>
This commit is contained in:

committed by
James Bottomley

parent
f532a3f9c4
commit
b84b1d522f
@@ -1064,7 +1064,6 @@ static struct scsi_host_template driver_template =
|
||||
.can_queue = 1 /* can_queue */,
|
||||
.this_id = 7 /* SCSI ID of the chip */,
|
||||
.sg_tablesize = 32 /*SG_ALL*/ /*SG_NONE*/,
|
||||
.cmd_per_lun = 1 /* commands per lun */,
|
||||
.unchecked_isa_dma = 1 /* unchecked_isa_dma */,
|
||||
.use_clustering = ENABLE_CLUSTERING,
|
||||
};
|
||||
|
Reference in New Issue
Block a user