From: NeilBrown Date: Mon, 27 Mar 2006 09:18:03 +0000 (-0800) Subject: [PATCH] md: Fix the 'failed' count for version-0 superblocks X-Git-Tag: v3.12-rc1~37116 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=1be7892fffb45f6017494a88ff68fe84c6de26b4;p=kernel%2Fkernel-generic.git [PATCH] md: Fix the 'failed' count for version-0 superblocks We are counting failed devices twice, once of the device that is failed, and once for the hole that has been left in the array. Remove the former so 'failed' matches 'missing'. Storing these counts in the superblock is a bit silly anyway.... Signed-off-by: Neil Brown Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- diff --git a/drivers/md/md.c b/drivers/md/md.c index 875bced..686314f 100644 --- a/drivers/md/md.c +++ b/drivers/md/md.c @@ -895,10 +895,9 @@ static void super_90_sync(mddev_t *mddev, mdk_rdev_t *rdev) d->raid_disk = rdev2->raid_disk; else d->raid_disk = rdev2->desc_nr; /* compatibility */ - if (test_bit(Faulty, &rdev2->flags)) { + if (test_bit(Faulty, &rdev2->flags)) d->state = (1<flags)) { + else if (test_bit(In_sync, &rdev2->flags)) { d->state = (1<state |= (1<