Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 75619bfa authored by Keith Busch's avatar Keith Busch Committed by Jens Axboe
Browse files

NVMe: End sync requests immediately on failure



Do not retry failed sync commands so the original status may be seen
without issuing unnecessary retries.

Signed-off-by: default avatarKeith Busch <keith.busch@intel.com>
Signed-off-by: default avatarJens Axboe <axboe@fb.com>
parent f4ff414a
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1010,6 +1010,7 @@ int __nvme_submit_sync_cmd(struct request_queue *q, struct nvme_command *cmd,
		return PTR_ERR(req);

	req->cmd_type = REQ_TYPE_DRV_PRIV;
	req->cmd_flags = REQ_FAILFAST_DRIVER;
	req->__data_len = 0;
	req->__sector = (sector_t) -1;
	req->bio = req->biotail = NULL;