]> git.ipfire.org Git - thirdparty/mdadm.git/commitdiff
DDF: remove old comment about looking for spares.
authorNeilBrown <neilb@suse.de>
Wed, 21 May 2014 03:10:03 +0000 (13:10 +1000)
committerNeilBrown <neilb@suse.de>
Wed, 21 May 2014 03:10:03 +0000 (13:10 +1000)
As handle_missing() sets ->check_degraded, nothing else needs to be
done here.

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

index d3234c5bc0cf030e3f5d10e3ad02856c4d196164..0c714225df5283f2fc02a3909f73b01f145ae5b4 100644 (file)
@@ -4218,7 +4218,6 @@ static int ddf_set_array_state(struct active_array *a, int consistent)
        int old = ddf->virt->entries[inst].state;
        if (consistent == 2) {
                handle_missing(ddf, a, inst);
-               /* Should check if a recovery should be started FIXME */
                consistent = 1;
                if (!is_resync_complete(&a->info))
                        consistent = 0;