Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 118953
b: refs/heads/master
c: 6edebde
h: refs/heads/master
i:
  118951: c2d806a
v: v3
  • Loading branch information
Heinz Mauelshagen authored and Alasdair G Kergon committed Nov 13, 2008
1 parent 9fdbb19 commit b565e1e
Show file tree
Hide file tree
Showing 2 changed files with 4 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: 18776c7316545482a02bfaa2629a2aa1afc48357
refs/heads/master: 6edebdee48729ab4ba564bbfcb8dbf6a6cd68a39
4 changes: 3 additions & 1 deletion trunk/drivers/md/dm-stripe.c
Original file line number Diff line number Diff line change
Expand Up @@ -320,8 +320,10 @@ int __init dm_stripe_init(void)
int r;

r = dm_register_target(&stripe_target);
if (r < 0)
if (r < 0) {
DMWARN("target registration failed");
return r;
}

kstriped = create_singlethread_workqueue("kstriped");
if (!kstriped) {
Expand Down

0 comments on commit b565e1e

Please sign in to comment.