mirror of
https://github.com/SCST-project/scst.git
synced 2026-05-25 07:51:28 +00:00
Merge branch 'svn-trunk'
This commit is contained in:
@@ -7599,7 +7599,9 @@ int scst_scsi_exec_async(struct scst_cmd *cmd, void *data,
|
||||
rq->timeout = cmd->timeout;
|
||||
rq->retries = cmd->retries;
|
||||
rq->end_io_data = sioc;
|
||||
rq->cmd_flags |= REQ_QUIET;
|
||||
#if LINUX_VERSION_CODE > KERNEL_VERSION(2, 6, 35)
|
||||
rq->cmd_flags |= REQ_FAILFAST_MASK;
|
||||
#endif
|
||||
|
||||
blk_execute_rq_nowait(rq->q, NULL, rq,
|
||||
(cmd->queue_type == SCST_CMD_QUEUE_HEAD_OF_QUEUE), scsi_end_async);
|
||||
|
||||
Reference in New Issue
Block a user