Loading drivers/nvme/host/core.c +1 −1 Original line number Diff line number Diff line Loading @@ -3143,8 +3143,8 @@ static void nvme_ns_remove(struct nvme_ns *ns) } mutex_lock(&ns->ctrl->subsys->lock); nvme_mpath_clear_current_path(ns); list_del_rcu(&ns->siblings); nvme_mpath_clear_current_path(ns); mutex_unlock(&ns->ctrl->subsys->lock); down_write(&ns->ctrl->namespaces_rwsem); Loading Loading
drivers/nvme/host/core.c +1 −1 Original line number Diff line number Diff line Loading @@ -3143,8 +3143,8 @@ static void nvme_ns_remove(struct nvme_ns *ns) } mutex_lock(&ns->ctrl->subsys->lock); nvme_mpath_clear_current_path(ns); list_del_rcu(&ns->siblings); nvme_mpath_clear_current_path(ns); mutex_unlock(&ns->ctrl->subsys->lock); down_write(&ns->ctrl->namespaces_rwsem); Loading