Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 144686
b: refs/heads/master
c: 5bf2959
h: refs/heads/master
v: v3
  • Loading branch information
NeilBrown committed May 7, 2009
1 parent 3d17d34 commit ca5c2d5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 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: 110518bccf076726cc93bf604527d8019aae50ba
refs/heads/master: 5bf295975416f8e97117bbbcfb0191c00bc3e2b4
7 changes: 2 additions & 5 deletions trunk/drivers/md/md.c
Original file line number Diff line number Diff line change
Expand Up @@ -3066,11 +3066,8 @@ array_state_store(mddev_t *mddev, const char *buf, size_t len)
} else
err = -EBUSY;
spin_unlock_irq(&mddev->write_lock);
} else {
mddev->ro = 0;
mddev->recovery_cp = MaxSector;
err = do_md_run(mddev);
}
} else
err = -EINVAL;
break;
case active:
if (mddev->pers) {
Expand Down

0 comments on commit ca5c2d5

Please sign in to comment.