md: Notify sysfs when RAID1/5/10 disk is In_sync.
authorAdrian Drzewiecki <adriand@vmware.com>
Wed, 18 Aug 2010 01:49:02 +0000 (11:49 +1000)
committerNeilBrown <neilb@suse.de>
Wed, 18 Aug 2010 01:49:02 +0000 (11:49 +1000)
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 <adriand@vmware.com>
Signed-off-by: NeilBrown <neilb@suse.de>

No differences found