mirror of
https://github.com/torvalds/linux.git
synced 2026-05-28 17:13:52 +02:00
scsi: scsi_debug: Skip host/bus reset settle delay
Skip the reset settle delay during error handling since the scsi_debug driver doesn't need this delay. Signed-off-by: Bart Van Assche <bvanassche@acm.org> Link: https://lore.kernel.org/r/20241216184852.2626339-1-bvanassche@acm.org Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
This commit is contained in:
parent
ebbf01f9f4
commit
29081c21a7
|
|
@ -8733,6 +8733,7 @@ static struct scsi_host_template sdebug_driver_template = {
|
|||
.max_sectors = -1U,
|
||||
.max_segment_size = -1U,
|
||||
.module = THIS_MODULE,
|
||||
.skip_settle_delay = 1,
|
||||
.track_queue_depth = 1,
|
||||
.cmd_size = sizeof(struct sdebug_scsi_cmd),
|
||||
.init_cmd_priv = sdebug_init_cmd_priv,
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user