Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 276587
b: refs/heads/master
c: 52c6415
h: refs/heads/master
i:
  276585: 85124b7
  276583: 318c325
v: v3
  • Loading branch information
NeilBrown committed Dec 8, 2011
1 parent 27c5a4b commit 3d71399
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: af8a24347f966ab9fae6b0f127d1fbc9d6932d3a
refs/heads/master: 52c64152a935e63d9ff73ce823730c9a23dedbff
3 changes: 2 additions & 1 deletion trunk/drivers/md/md.c
Original file line number Diff line number Diff line change
Expand Up @@ -2546,7 +2546,8 @@ state_show(struct md_rdev *rdev, char *page)
sep = ",";
}
if (test_bit(Blocked, &rdev->flags) ||
rdev->badblocks.unacked_exist) {
(rdev->badblocks.unacked_exist
&& !test_bit(Faulty, &rdev->flags))) {
len += sprintf(page+len, "%sblocked", sep);
sep = ",";
}
Expand Down

0 comments on commit 3d71399

Please sign in to comment.