Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 197510
b: refs/heads/master
c: 7b0bb53
h: refs/heads/master
v: v3
  • Loading branch information
Gabriele A. Trombetti authored and NeilBrown committed May 18, 2010
1 parent 6b8c5d7 commit fb30c68
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: 75a73a29e520a6ce982b0da6dd8b7560ae3faa90
refs/heads/master: 7b0bb5368a7195606eca475d9f4e291ab7227052
2 changes: 1 addition & 1 deletion trunk/drivers/md/raid5.c
Original file line number Diff line number Diff line change
Expand Up @@ -1527,7 +1527,7 @@ static void raid5_end_read_request(struct bio * bi, int error)

clear_bit(R5_UPTODATE, &sh->dev[i].flags);
atomic_inc(&rdev->read_errors);
if (conf->mddev->degraded)
if (conf->mddev->degraded >= conf->max_degraded)
printk_rl(KERN_WARNING
"md/raid:%s: read error not correctable "
"(sector %llu on %s).\n",
Expand Down

0 comments on commit fb30c68

Please sign in to comment.