Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 242564
b: refs/heads/master
c: 19040c0
h: refs/heads/master
v: v3
  • Loading branch information
Mike Snitzer authored and Alasdair G Kergon committed Mar 24, 2011
1 parent a764321 commit 22a6db6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: f868120549fc1664b2c451d4b9882a363928c698
refs/heads/master: 19040c0bc8efcb767221d8ef7bb9c32ff0586179
4 changes: 2 additions & 2 deletions trunk/drivers/md/dm-mpath.c
Original file line number Diff line number Diff line change
Expand Up @@ -1065,7 +1065,7 @@ static int reinstate_path(struct pgpath *pgpath)
static int action_dev(struct multipath *m, struct dm_dev *dev,
action_fn action)
{
int r = 0;
int r = -EINVAL;
struct pgpath *pgpath;
struct priority_group *pg;

Expand Down Expand Up @@ -1669,7 +1669,7 @@ static int multipath_busy(struct dm_target *ti)
*---------------------------------------------------------------*/
static struct target_type multipath_target = {
.name = "multipath",
.version = {1, 2, 0},
.version = {1, 3, 0},
.module = THIS_MODULE,
.ctr = multipath_ctr,
.dtr = multipath_dtr,
Expand Down

0 comments on commit 22a6db6

Please sign in to comment.