Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 176504
b: refs/heads/master
c: 613978f
h: refs/heads/master
v: v3
  • Loading branch information
Julia Lawall authored and Alasdair G Kergon committed Dec 10, 2009
1 parent b2123aa commit edd91a9
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: 6076905b5ef39e0ea58db32583c9e0036c05e47b
refs/heads/master: 613978f8711c7fd4d0aa856872375d2abd7c92ff
3 changes: 2 additions & 1 deletion trunk/drivers/md/dm-exception-store.c
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,8 @@ int dm_exception_store_create(struct dm_target *ti, int argc, char **argv,
type = get_type("N");
else {
ti->error = "Persistent flag is not P or N";
return -EINVAL;
r = -EINVAL;
goto bad_type;
}

if (!type) {
Expand Down

0 comments on commit edd91a9

Please sign in to comment.