Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 299599
b: refs/heads/master
c: 30b8aa9
h: refs/heads/master
i:
  299597: ff76c43
  299595: 418b363
  299591: 2e0768b
  299583: 1edab61
v: v3
  • Loading branch information
NeilBrown committed Apr 24, 2012
1 parent ddcb2df commit 9c35dcd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 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: ed209584c38fb74b7eecc03e5b1bfe674e591bd8
refs/heads/master: 30b8aa9172dfeaac6d77897c67ee9f9fc574cdbb
3 changes: 2 additions & 1 deletion trunk/drivers/md/md.c
Original file line number Diff line number Diff line change
Expand Up @@ -8140,7 +8140,8 @@ static int md_notify_reboot(struct notifier_block *this,

for_each_mddev(mddev, tmp) {
if (mddev_trylock(mddev)) {
__md_stop_writes(mddev);
if (mddev->pers)
__md_stop_writes(mddev);
mddev->safemode = 2;
mddev_unlock(mddev);
}
Expand Down

0 comments on commit 9c35dcd

Please sign in to comment.