]> git.ipfire.org Git - thirdparty/mdadm.git/commit
Fix parsing of inactive arrays in /proc/mdstat
authorJeff DeFouw <jeffd@i2k.com>
Tue, 29 Jun 2010 06:42:48 +0000 (16:42 +1000)
committerNeilBrown <neilb@suse.de>
Tue, 29 Jun 2010 06:42:48 +0000 (16:42 +1000)
commitb6d7a7fbaa94b5e1d6e17742526282bce7259162
treedcb00e06407ff81d51d5e0359c627656b3b52668
parentccaeea03a9c0ae5737a95c4bc7252bddeddbb132
Fix parsing of inactive arrays in /proc/mdstat

They don't have a level, so we should not expect one, and should
expect devices instead.

Signed-off-by: NeilBrown <neilb@suse.de>
mdstat.c