From: NeilBrown Date: Wed, 21 May 2014 03:10:03 +0000 (+1000) Subject: DDF: remove old comment about looking for spares. X-Git-Tag: mdadm-3.3.1~19 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=30da0fa89b5452c147a7df7fb2397827c5ee17e8;p=thirdparty%2Fmdadm.git DDF: remove old comment about looking for spares. As handle_missing() sets ->check_degraded, nothing else needs to be done here. Signed-off-by: NeilBrown --- diff --git a/super-ddf.c b/super-ddf.c index d3234c5b..0c714225 100644 --- a/super-ddf.c +++ b/super-ddf.c @@ -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;