diff options
Diffstat (limited to 'drivers/md/dm-mpath.c')
-rw-r--r-- | drivers/md/dm-mpath.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/md/dm-mpath.c b/drivers/md/dm-mpath.c index 230d7890ec8a..fea966d66f98 100644 --- a/drivers/md/dm-mpath.c +++ b/drivers/md/dm-mpath.c | |||
@@ -871,7 +871,7 @@ static int reinstate_path(struct pgpath *pgpath) | |||
871 | if (pgpath->path.is_active) | 871 | if (pgpath->path.is_active) |
872 | goto out; | 872 | goto out; |
873 | 873 | ||
874 | if (!pgpath->pg->ps.type) { | 874 | if (!pgpath->pg->ps.type->reinstate_path) { |
875 | DMWARN("Reinstate path not supported by path selector %s", | 875 | DMWARN("Reinstate path not supported by path selector %s", |
876 | pgpath->pg->ps.type->name); | 876 | pgpath->pg->ps.type->name); |
877 | r = -EINVAL; | 877 | r = -EINVAL; |