Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 269248
b: refs/heads/master
c: e4f869d
h: refs/heads/master
v: v3
  • Loading branch information
NeilBrown committed Oct 7, 2011
1 parent b1d800b commit 319654b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 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: ce550c2059a67ee7834fc6f64cf895391d36a58e
refs/heads/master: e4f869d9de18bc8272df8d0ab764178aa24bdf33
6 changes: 2 additions & 4 deletions trunk/drivers/md/raid5.c
Original file line number Diff line number Diff line change
Expand Up @@ -4942,10 +4942,8 @@ static int run(mddev_t *mddev)
return 0;
abort:
md_unregister_thread(&mddev->thread);
if (conf) {
print_raid5_conf(conf);
free_conf(conf);
}
print_raid5_conf(conf);
free_conf(conf);
mddev->private = NULL;
printk(KERN_ALERT "md/raid:%s: failed to run raid set.\n", mdname(mddev));
return -EIO;
Expand Down

0 comments on commit 319654b

Please sign in to comment.