commit | 60a518863368c7e124cd8411c2481d0938f53e08 | [log] [tgz] |
---|---|---|
author | Sagi Grimberg <sagi@grimberg.me> | Wed Oct 11 15:29:10 2017 +0300 |
committer | Christoph Hellwig <hch@lst.de> | Wed Oct 18 19:27:54 2017 +0200 |
tree | 07e7d109da456641dfbabf6c7d3b0389e04cd5d1 | |
parent | 5e1fe61d4170b1f498e20de92c7ce4cd5e40c3c5 [diff] |
nvme-rdma: Don't local invalidate if the queue is not live No chance for the local invalidate to succeed if the queue-pair is in error state. Most likely the target will do a remote invalidation of our mr so not a big loss on the test_bit. Signed-off-by: Sagi Grimberg <sagi@grimberg.me> Signed-off-by: Christoph Hellwig <hch@lst.de>