Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 156696
b: refs/heads/master
c: 4d484a4
h: refs/heads/master
v: v3
  • Loading branch information
NeilBrown committed Aug 13, 2009
1 parent c63e430 commit 610a7e9
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 1a67dde0abba36421a1257d01ba9de2f6d1c160a
refs/heads/master: 4d484a4a7a5126410eed5f8dd329a33f6eeed068
1 change: 1 addition & 0 deletions trunk/drivers/md/md.c
Original file line number Diff line number Diff line change
Expand Up @@ -3599,6 +3599,7 @@ max_sync_store(mddev_t *mddev, const char *buf, size_t len)
if (max < mddev->resync_min)
return -EINVAL;
if (max < mddev->resync_max &&
mddev->ro == 0 &&
test_bit(MD_RECOVERY_RUNNING, &mddev->recovery))
return -EBUSY;

Expand Down

0 comments on commit 610a7e9

Please sign in to comment.