Commit e4a0bfc
committed
nvme-pci: fix queue unquiesce check on slot_reset
JIRA: https://issues.redhat.com/browse/RHEL-96225
A zero return means the reset was successfully scheduled. We don't want
to unquiesce the queues while the reset_work is pending, as that will
just flush out requeued requests to a failed completion.
Fixes: 71a5bb1 ("nvme: ensure disabling pairs with unquiesce")
Reported-by: Dhankaran Singh Ajravat <dhankaran@meta.com>
Signed-off-by: Keith Busch <kbusch@kernel.org>
Signed-off-by: Christoph Hellwig <hch@lst.de>
(cherry picked from commit a754012)
Signed-off-by: Maurizio Lombardi <mlombard@redhat.com>1 parent bc09a1a commit e4a0bfc
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3459 | 3459 | | |
3460 | 3460 | | |
3461 | 3461 | | |
3462 | | - | |
| 3462 | + | |
3463 | 3463 | | |
3464 | 3464 | | |
3465 | 3465 | | |
| |||
0 commit comments