]> git.baikalelectronics.ru Git - kernel.git/commit
nvme-rdma: Make sure to shutdown the controller if we can
authorSagi Grimberg <sagi@grimberg.me>
Sun, 24 Jul 2016 06:26:16 +0000 (09:26 +0300)
committerSagi Grimberg <sagi@grimberg.me>
Wed, 3 Aug 2016 13:25:23 +0000 (16:25 +0300)
commitfe69c12a3f8e66adf47cf2e5af2bbc4f491c6a0f
tree6c274f105ac69ec1ddea685ece0893bab0a22739
parent9ef3f8308014e0ebc67dac35bf1f675da5e44e3a
nvme-rdma: Make sure to shutdown the controller if we can

Relying on ctrl state in nvme_rdma_shutdown_ctrl is wrong because
it will never be NVME_CTRL_LIVE (delete_ctrl or reset_ctrl invoked it).

Instead, check that the admin queue is connected. Note that it is safe
because we can never see a copmeting thread trying to destroy the admin
queue (reset or delete controller).

Signed-off-by: Sagi Grimberg <sagi@grimberg.me>
Reviewed-by: Christoph Hellwig <hch@lst.de>
drivers/nvme/host/rdma.c