Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 360742
b: refs/heads/master
c: 58ebb34
h: refs/heads/master
v: v3
  • Loading branch information
NeilBrown committed Feb 26, 2013
1 parent 34c088f commit 621b8c5
Show file tree
Hide file tree
Showing 2 changed files with 2 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: a64685399181780998281fe07309a94b25dd24c3
refs/heads/master: 58ebb34c49fcfcaa029e4b1c1453d92583900f9a
2 changes: 1 addition & 1 deletion trunk/drivers/md/raid0.c
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@ static int create_strip_zones(struct mddev *mddev, struct r0conf **private_conf)
kfree(conf->strip_zone);
kfree(conf->devlist);
kfree(conf);
*private_conf = NULL;
*private_conf = ERR_PTR(err);
return err;
}

Expand Down

0 comments on commit 621b8c5

Please sign in to comment.