]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
NVMe: End sync requests immediately on failure
authorKeith Busch <keith.busch@intel.com>
Thu, 28 May 2015 15:48:55 +0000 (09:48 -0600)
committerJens Axboe <axboe@fb.com>
Fri, 29 May 2015 16:10:30 +0000 (10:10 -0600)
commit75619bfa904d0f2840b4274eb92ce47b2e1c472e
treeab48324a27d857ddd43d2899cf0f8bfcb94e6684
parentf4ff414aeb472397d3b4fc15c22ca65bab219ec8
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: Keith Busch <keith.busch@intel.com>
Signed-off-by: Jens Axboe <axboe@fb.com>
drivers/block/nvme-core.c