summaryrefslogtreecommitdiffstats
path: root/super-ddf.c
diff options
context:
space:
mode:
Diffstat (limited to 'super-ddf.c')
-rw-r--r--super-ddf.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/super-ddf.c b/super-ddf.c
index 943b51aa..d3234c5b 100644
--- a/super-ddf.c
+++ b/super-ddf.c
@@ -3259,13 +3259,15 @@ static int write_init_super_ddf(struct supertype *st)
len);
append_metadata_update(st, vc, tlen);
- /* FIXME I need to close the fds! */
return 0;
} else {
struct dl *d;
if (!currentconf)
for (d = ddf->dlist; d; d=d->next)
while (Kill(d->devname, NULL, 0, -1, 1) == 0);
+ /* Note: we don't close the fd's now, but a subsequent
+ * ->free_super() will
+ */
return __write_init_super_ddf(st);
}
}