Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 33351
b: refs/heads/master
c: 485311a
h: refs/heads/master
i:
  33349: 4c4bad3
  33347: 2aa8b7a
  33343: cca5cbe
v: v3
  • Loading branch information
Michal Miroslaw authored and Greg Kroah-Hartman committed Aug 14, 2006
1 parent 492d38f commit aa28863
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 657b3010d8f8a72195dfcbe63040127d596f0b14
refs/heads/master: 485311a23c72c87332f9a55ce25e650e40ae3fc7
3 changes: 2 additions & 1 deletion trunk/drivers/md/dm-mpath.c
Original file line number Diff line number Diff line change
Expand Up @@ -710,6 +710,8 @@ static int multipath_ctr(struct dm_target *ti, unsigned int argc,
return -EINVAL;
}

m->ti = ti;

r = parse_features(&as, m, ti);
if (r)
goto bad;
Expand Down Expand Up @@ -751,7 +753,6 @@ static int multipath_ctr(struct dm_target *ti, unsigned int argc,
}

ti->private = m;
m->ti = ti;

return 0;

Expand Down

0 comments on commit aa28863

Please sign in to comment.