Commit 342c81ee authored by Damien Le Moal's avatar Damien Le Moal Committed by Martin K. Petersen
Browse files
parent 6d70cb34
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -1755,7 +1755,7 @@ int scsi_noretry_cmd(struct scsi_cmnd *scmd)
	if (scmd->request->cmd_flags & REQ_FAILFAST_DEV ||
	    blk_rq_is_passthrough(scmd->request))
		return 1;
	else

	return 0;
}