summaryrefslogtreecommitdiffstats
path: root/super-ddf.c
diff options
context:
space:
mode:
authorNeil Brown <neilb@suse.de>2008-05-27 09:18:52 +1000
committerNeil Brown <neilb@suse.de>2008-05-27 09:18:52 +1000
commit75aa18b53cb2df342bc78dd9e44cd0f0c51075f0 (patch)
tree440b2622a2a035f19f70f249d24e39ce79366321 /super-ddf.c
parent25dbe93ab48b6cb45e1fc72b27aaa75d4c1fa48c (diff)
downloadmdadm-75aa18b53cb2df342bc78dd9e44cd0f0c51075f0.tar.gz
mdadm-75aa18b53cb2df342bc78dd9e44cd0f0c51075f0.tar.xz
mdadm-75aa18b53cb2df342bc78dd9e44cd0f0c51075f0.zip
Start mdmon during incremental assembly of container
Diffstat (limited to 'super-ddf.c')
-rw-r--r--super-ddf.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/super-ddf.c b/super-ddf.c
index f0cb1f1..1e91017 100644
--- a/super-ddf.c
+++ b/super-ddf.c
@@ -2350,6 +2350,7 @@ static int load_super_ddf_all(struct supertype *st, int fd,
st->ss = &super_ddf_container;
st->minor_version = 0;
st->max_devs = 512;
+ st->container_dev = fd2devnum(fd);
}
return 0;
}