[PATCH 4/5] nvme-rdma: Remove duplicate call to nvme_remove_namespaces
From: hch@lst.de (Christoph Hellwig)
Date: 2016-08-01 11:06:04
Also in:
linux-rdma
From: hch@lst.de (Christoph Hellwig)
Date: 2016-08-01 11:06:04
Also in:
linux-rdma
- nvme_remove_namespaces(&ctrl->ctrl); - nvme_rdma_shutdown_ctrl(ctrl); nvme_uninit_ctrl(&ctrl->ctrl); + nvme_rdma_shutdown_ctrl(ctrl);
How safe is the reordering here? The description should explain why it's fine.