We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents cae740a + 9515743 commit 5b8ea58Copy full SHA for 5b8ea58
1 file changed
drivers/nvme/host/pci.c
@@ -1078,9 +1078,9 @@ static int nvme_poll(struct blk_mq_hw_ctx *hctx)
1078
1079
spin_lock(&nvmeq->cq_poll_lock);
1080
found = nvme_process_cq(nvmeq, &start, &end, -1);
1081
+ nvme_complete_cqes(nvmeq, start, end);
1082
spin_unlock(&nvmeq->cq_poll_lock);
1083
- nvme_complete_cqes(nvmeq, start, end);
1084
return found;
1085
}
1086
0 commit comments