Commit 342c81ee authored by Damien Le Moal's avatar Damien Le Moal Committed by Martin K. Petersen
parent 6d70cb34
...@@ -1755,8 +1755,8 @@ int scsi_noretry_cmd(struct scsi_cmnd *scmd) ...@@ -1755,8 +1755,8 @@ int scsi_noretry_cmd(struct scsi_cmnd *scmd)
if (scmd->request->cmd_flags & REQ_FAILFAST_DEV || if (scmd->request->cmd_flags & REQ_FAILFAST_DEV ||
blk_rq_is_passthrough(scmd->request)) blk_rq_is_passthrough(scmd->request))
return 1; return 1;
else
return 0; return 0;
} }
/** /**
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment