commit | 94423a8f89ed7b66746cade3351a185fb6a1f38d | [log] [tgz] |
---|---|---|
author | Max Gurtovoy <maxg@mellanox.com> | Sun Jun 10 16:58:29 2018 +0300 |
committer | Christoph Hellwig <hch@lst.de> | Mon Jun 11 16:17:58 2018 +0200 |
tree | 6188815d7b4d99774f31d2d4afaea539fdcfa82d | |
parent | 2796b569591c6f0681303f148a55e50c2cc8304a [diff] |
nvme-rdma: fix error flow during mapping request data After dma mapping the sgl, we map the sgl to nvme sgl descriptor. In case of failure during the last mapping we never dma unmap the sgl. Signed-off-by: Max Gurtovoy <maxg@mellanox.com> Signed-off-by: Christoph Hellwig <hch@lst.de>