summaryrefslogtreecommitdiff
path: root/drivers/scsi/sd.c
diff options
context:
space:
mode:
authorzhengbin <zhengbin13@huawei.com>2019-03-22 10:56:46 +0800
committerMartin K. Petersen <martin.petersen@oracle.com>2019-03-27 21:21:07 -0400
commit70fc085c5015c54a7b8742a45fc9ab05d6da90da (patch)
treec6cbeb81c888d70a14616e2b425a1b2cdcfb1ce5 /drivers/scsi/sd.c
parentfba1bdd2a9a93f3e2181ec1936a3c2f6b37e7ed6 (diff)
scsi: core: Run queue when state is set to running after being blocked
Use dd to test a SCSI device: 1. echo "blocked" >/sys/block/sda/device/state 2. dd if=/dev/sda of=/mnt/t.log bs=1M count=10 3. echo "running" >/sys/block/sda/device/state dd should finish this work after step 3, but it hangs. After step2, the call chain is this: blk_mq_dispatch_rq_list-->scsi_queue_rq-->prep_to_mq prep_to_mq will return BLK_STS_RESOURCE, and scsi_queue_rq will transition it to BLK_STS_DEV_RESOURCE which means that driver can guarantee that IO dispatch will be triggered in future when the resource is available. Need to follow the rule if we set the device state to running. [mkp: tweaked commit description and code comment as suggested by Bart] Signed-off-by: zhengbin <zhengbin13@huawei.com> Reviewed-by: Ming Lei <ming.lei@redhat.com> Reviewed-by: Bart Van Assche <bvanassche@acm.org> Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
Diffstat (limited to 'drivers/scsi/sd.c')
0 files changed, 0 insertions, 0 deletions