diff options
| author | Xixin Liu <liuxixin@kylinos.cn> | 2026-08-19 14:30:00 +0800 |
|---|---|---|
| committer | Keith Busch <kbusch@kernel.org> | 2026-08-19 07:46:18 -0700 |
| commit | d61828199c6cb4b76d48403c77023cd4bb9d09fc (patch) | |
| tree | f75c168615366eb0b07f4740c0990f0e60451129 /tools/lib/python | |
| parent | 3838e80fcfb32e62baffb63c6dc0a60153665a4d (diff) | |
nvme-rdma: fix -EIO cleanup order in queue_rq
On -EIO, the RDMA queue_rq path reports a host path error and then
still cleans up the command and unmaps the SQE DMA. The path error
helper completes the request, so that is double cleanup and DMA unmap
after the request is already complete.
Unmap the SQE first, then report the host path error. Skip the outer
command cleanup on that path.
Fixes: 62eca39722fd ("nvme-rdma: handle nvme_rdma_post_send failures better")
Reviewed-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Xixin Liu <liuxixin@kylinos.cn>
Signed-off-by: Keith Busch <kbusch@kernel.org>
Diffstat (limited to 'tools/lib/python')
0 files changed, 0 insertions, 0 deletions
