commit | 148b4e7ff31e4bb90cf7851ad1bcd305c292be2c | [log] [tgz] |
---|---|---|
author | Sagi Grimberg <sagi@grimberg.me> | Mon Jul 10 09:22:35 2017 +0300 |
committer | Sagi Grimberg <sagi@grimberg.me> | Mon Aug 28 23:00:33 2017 +0300 |
tree | 4b3eedc775be66323bfdea3940b970eb29b08667 | |
parent | a57bd54122232b32414748fc8b14634bfd74a7ff [diff] |
nvme-rdma: stop queues instead of simply flipping their state If we move the queues from LIVE state, we might as well stop them (drain for rdma). Do it after we stop the request queues to prevent a stray request sneaking in .queue_rq after we stop the queue. Signed-off-by: Sagi Grimberg <sagi@grimberg.me> Signed-off-by: Christoph Hellwig <hch@lst.de>