Loading drivers/md/dm-mpath.c +1 −1 Original line number Diff line number Diff line Loading @@ -871,7 +871,7 @@ static int reinstate_path(struct pgpath *pgpath) if (pgpath->path.is_active) goto out; if (!pgpath->pg->ps.type) { if (!pgpath->pg->ps.type->reinstate_path) { DMWARN("Reinstate path not supported by path selector %s", pgpath->pg->ps.type->name); r = -EINVAL; Loading Loading
drivers/md/dm-mpath.c +1 −1 Original line number Diff line number Diff line Loading @@ -871,7 +871,7 @@ static int reinstate_path(struct pgpath *pgpath) if (pgpath->path.is_active) goto out; if (!pgpath->pg->ps.type) { if (!pgpath->pg->ps.type->reinstate_path) { DMWARN("Reinstate path not supported by path selector %s", pgpath->pg->ps.type->name); r = -EINVAL; Loading