]> git.ipfire.org Git - thirdparty/mdadm.git/commit - super-intel.c
imsm: fix display spares
authorDan Williams <dan.j.williams@intel.com>
Fri, 26 Aug 2011 02:14:14 +0000 (19:14 -0700)
committerNeilBrown <neilb@suse.de>
Tue, 30 Aug 2011 00:49:42 +0000 (10:49 +1000)
commit0ec1f4e8de3bb7c1b1086d39586123993647fa3f
tree24a2d314be950a3bcf273deb0fcb6d116ba9bb26
parent86c54047e6685a4231e6b1eaff4c08bb84666d3a
imsm: fix display spares

Commit 94827db3 "imsm: add spares to --examine output." may try to
display failed disks whose imsm_disk info is not uptodate (due to not
being able to look itself up by serial).  The same effect can be had by
just loosening the restriction in print_imsm_disk().

Signed-off-by: Dan Williams <dan.j.williams@intel.com>
Signed-off-by: NeilBrown <neilb@suse.de>
super-intel.c