nvme-multipath: fix possible hang in live ns resize with ANA access
[linux-2.6-microblaze.git] / drivers / nvme / host / multipath.c
index 00f2f81..0ea7e44 100644 (file)
@@ -182,6 +182,7 @@ void nvme_mpath_revalidate_paths(struct nvme_ns *ns)
 
        for_each_node(node)
                rcu_assign_pointer(head->current_path[node], NULL);
+       kblockd_schedule_work(&head->requeue_work);
 }
 
 static bool nvme_path_is_disabled(struct nvme_ns *ns)