summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNeilBrown <neilb@suse.de>2014-05-21 13:10:03 +1000
committerNeilBrown <neilb@suse.de>2014-05-21 13:10:03 +1000
commit30da0fa89b5452c147a7df7fb2397827c5ee17e8 (patch)
tree8f7db50c738b7eddbc5f018e6bef3012282ad77c
parent733eedc8f21dfe09349430d01bbfc38cf4d67ff2 (diff)
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 <neilb@suse.de>
-rw-r--r--super-ddf.c1
1 files changed, 0 insertions, 1 deletions
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;