From: Adrian Drzewiecki Date: Wed, 18 Aug 2010 01:49:02 +0000 (+1000) Subject: md: Notify sysfs when RAID1/5/10 disk is In_sync. X-Git-Tag: v2.6.36-rc2~43^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e6ffbcb6cd0ac471223df24ae77eb486c1ee68cc;p=pandora-kernel.git md: Notify sysfs when RAID1/5/10 disk is In_sync. When RAID1 is done syncing disks, it'll update the state of synced rdevs to In_sync. But it neglected to notify sysfs that the attribute changed. So any programs that are waiting for an rdev's state to change will not be woken. (raid5/raid10 added by neilb) Signed-off-by: Adrian Drzewiecki Signed-off-by: NeilBrown --- Reading git-diff-tree failed