From 30da0fa89b5452c147a7df7fb2397827c5ee17e8 Mon Sep 17 00:00:00 2001 From: NeilBrown Date: Wed, 21 May 2014 13:10:03 +1000 Subject: [PATCH] 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 --- super-ddf.c | 1 - 1 file changed, 1 deletion(-) diff --git a/super-ddf.c b/super-ddf.c index d3234c5..0c71422 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;