Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 200575
b: refs/heads/master
c: 2f11588
h: refs/heads/master
i:
  200573: ec8911f
  200571: de1c997
  200567: 8674761
  200559: f916c81
  200543: bb99a16
  200511: 37315aa
  200447: 5477c92
v: v3
  • Loading branch information
NeilBrown committed Jun 24, 2010
1 parent 5c13169 commit 3144212
Show file tree
Hide file tree
Showing 2 changed files with 4 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: 415e72d034c50520ddb7ff79e7d1792c1306f0c9
refs/heads/master: 2f115882499f3e5eca33d1df07b8876cc752a1ff
4 changes: 3 additions & 1 deletion trunk/drivers/md/raid5.c
Original file line number Diff line number Diff line change
Expand Up @@ -5057,8 +5057,10 @@ static int run(mddev_t *mddev)
list_for_each_entry(rdev, &mddev->disks, same_set) {
if (rdev->raid_disk < 0)
continue;
if (test_bit(In_sync, &rdev->flags))
if (test_bit(In_sync, &rdev->flags)) {
working_disks++;
continue;
}
/* This disc is not fully in-sync. However if it
* just stored parity (beyond the recovery_offset),
* when we don't need to be concerned about the
Expand Down

0 comments on commit 3144212

Please sign in to comment.