Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 269275
b: refs/heads/master
c: 355840e
h: refs/heads/master
i:
  269273: 6203b31
  269271: a732dd3
v: v3
  • Loading branch information
NeilBrown committed Oct 25, 2011
1 parent 6d32cef commit ccd175c
Show file tree
Hide file tree
Showing 2 changed files with 2 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: bd860c53d4f9cad520d233e1ba690aaacfb39e9b
refs/heads/master: 355840e7a7e56bb2834fd3b0da64da5465f8aeaa
2 changes: 1 addition & 1 deletion trunk/drivers/md/raid5.c
Original file line number Diff line number Diff line change
Expand Up @@ -3062,7 +3062,7 @@ static void analyse_stripe(struct stripe_head *sh, struct stripe_head_state *s)
}
} else if (test_bit(In_sync, &rdev->flags))
set_bit(R5_Insync, &dev->flags);
else {
else if (!test_bit(Faulty, &rdev->flags)) {
/* in sync if before recovery_offset */
if (sh->sector + STRIPE_SECTORS <= rdev->recovery_offset)
set_bit(R5_Insync, &dev->flags);
Expand Down

0 comments on commit ccd175c

Please sign in to comment.