> - 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.