Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 118955
b: refs/heads/master
c: 14e98c5
h: refs/heads/master
i:
  118953: b565e1e
  118951: c2d806a
v: v3
  • Loading branch information
Chandra Seetharaman authored and Alasdair G Kergon committed Nov 13, 2008
1 parent e09c21b commit 86b4566
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: b81aa1c79201cb424114fd198607951900babe18
refs/heads/master: 14e98c5ca8bed825f65cbf11cb0ffd2c09dac2f4
4 changes: 4 additions & 0 deletions trunk/drivers/md/dm-mpath.c
Original file line number Diff line number Diff line change
Expand Up @@ -708,6 +708,10 @@ static int parse_hw_handler(struct arg_set *as, struct multipath *m)
m->hw_handler_name = NULL;
return -EINVAL;
}

if (hw_argc > 1)
DMWARN("Ignoring user-specified arguments for "
"hardware handler \"%s\"", m->hw_handler_name);
consume(as, hw_argc - 1);

return 0;
Expand Down

0 comments on commit 86b4566

Please sign in to comment.