Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 2575
b: refs/heads/master
c: c361777
h: refs/heads/master
i:
  2573: 2a1e6a9
  2571: 53535be
  2567: d29b7b5
  2559: 6ce3c72
v: v3
  • Loading branch information
NeilBrown authored and Linus Torvalds committed Jun 22, 2005
1 parent 525664c commit 3db3459
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 6ea9c07c6c6d1c14d9757dd8470dc4c85bbe9f28
refs/heads/master: c361777fb9347a4d16b82272f7d3b234e94bef2d
2 changes: 2 additions & 0 deletions trunk/drivers/md/md.c
Original file line number Diff line number Diff line change
Expand Up @@ -2083,6 +2083,8 @@ static int add_new_disk(mddev_t * mddev, mdu_disk_info_t *info)
err = bind_rdev_to_array(rdev, mddev);
if (err)
export_rdev(rdev);

set_bit(MD_RECOVERY_NEEDED, &mddev->recovery);
if (mddev->thread)
md_wakeup_thread(mddev->thread);
return err;
Expand Down

0 comments on commit 3db3459

Please sign in to comment.