dect
/
linux-2.6
Archived
13
0
Fork 0

dm mpath: fix test for reinstate_path

Fix test for reinstate_path method before attempting to use it.

Signed-off-by: Alasdair G Kergon <agk@redhat.com>
Cc: Julia Lawall <julia@diku.dk>
This commit is contained in:
Alasdair G Kergon 2008-07-21 12:00:31 +01:00
parent 148acff615
commit def052d21c
1 changed files with 1 additions and 1 deletions

View File

@ -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;