diff options
author | Sagi Grimberg <sagi@grimberg.me> | 2020-06-26 19:46:29 +0200 |
---|---|---|
committer | Christoph Hellwig <hch@lst.de> | 2020-07-02 10:38:00 +0200 |
commit | ea43d9709f727e728e933a8157a7a7ca1a868281 (patch) | |
tree | 30d71119a2dfbeafcb6a5f7dfae1400be5bd3894 /drivers/hid/Kconfig | |
parent | virtio-blk: free vblk-vqs in error path of virtblk_probe() (diff) | |
download | linux-ea43d9709f727e728e933a8157a7a7ca1a868281.tar.xz linux-ea43d9709f727e728e933a8157a7a7ca1a868281.zip |
nvme: fix identify error status silent ignore
Commit 59c7c3caaaf8 intended to only silently ignore non retry-able
errors (DNR bit set) such that we can still identify misbehaving
controllers, and in the other hand propagate retry-able errors (DNR bit
cleared) so we don't wrongly abandon a namespace just because it happens
to be temporarily inaccessible.
The goal remains the same as the original commit where this was
introduced but unfortunately had the logic backwards.
Fixes: 59c7c3caaaf8 ("nvme: fix possible hang when ns scanning fails during error recovery")
Reported-by: Keith Busch <kbusch@kernel.org>
Signed-off-by: Sagi Grimberg <sagi@grimberg.me>
Reviewed-by: Keith Busch <kbusch@kernel.org>
Signed-off-by: Christoph Hellwig <hch@lst.de>
Diffstat (limited to 'drivers/hid/Kconfig')
0 files changed, 0 insertions, 0 deletions