commit | a159c64d936eb0d1da29d8ad384183d8984899c9 | [log] [tgz] |
---|---|---|
author | Sagi Grimberg <sagi@grimberg.me> | Sun Jul 24 09:32:08 2016 +0300 |
committer | Sagi Grimberg <sagi@grimberg.me> | Wed Aug 03 16:25:19 2016 +0300 |
tree | 3df0082b6a728199990442ba89d2f6ce0aef8ff9 | |
parent | a34ca17a9717fe607cd58285a1704cb6526cf561 [diff] |
nvme-loop: Remove duplicate call to nvme_remove_namespaces nvme_uninit_ctrl already does that for us. Note that we reordered nvme_loop_shutdown_ctrl with nvme_uninit_ctrl but its safe because we want controller uninit to happen before we shutdown the transport resources. Signed-off-by: Sagi Grimberg <sagi@grimberg.me> Reviewed-by: Christoph Hellwig <hch@lst.de>