Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 104236
b: refs/heads/master
c: 1a0fd49
h: refs/heads/master
v: v3
  • Loading branch information
Neil Brown committed Jun 27, 2008
1 parent 0544f58 commit 43bd1dd
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: f48ed538386cb41559282d989354e8f5d442d71c
refs/heads/master: 1a0fd497733bd029a7d5f2e5c69b1dff715b7792
2 changes: 2 additions & 0 deletions trunk/drivers/md/md.c
Original file line number Diff line number Diff line change
Expand Up @@ -5536,6 +5536,8 @@ void md_allow_write(mddev_t *mddev)
return;
if (mddev->ro)
return;
if (!mddev->pers->sync_request)
return;

spin_lock_irq(&mddev->write_lock);
if (mddev->in_sync) {
Expand Down

0 comments on commit 43bd1dd

Please sign in to comment.