summaryrefslogtreecommitdiffstats
path: root/super-ddf.c
diff options
context:
space:
mode:
authorNeil Brown <neilb@suse.de>2008-05-27 09:18:43 +1000
committerNeil Brown <neilb@suse.de>2008-05-27 09:18:43 +1000
commit25dbe93ab48b6cb45e1fc72b27aaa75d4c1fa48c (patch)
tree55fe5578d281953505a390812489c91ad0a6cc2f /super-ddf.c
parenta931db9ed7c40eca0676794f145e3e5308b0bdd7 (diff)
downloadmdadm-25dbe93ab48b6cb45e1fc72b27aaa75d4c1fa48c.tar.gz
mdadm-25dbe93ab48b6cb45e1fc72b27aaa75d4c1fa48c.tar.xz
mdadm-25dbe93ab48b6cb45e1fc72b27aaa75d4c1fa48c.zip
allow --incremental to reuse devices that already exist
.. and other fixes.
Diffstat (limited to 'super-ddf.c')
-rw-r--r--super-ddf.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/super-ddf.c b/super-ddf.c
index 285563b..f0cb1f1 100644
--- a/super-ddf.c
+++ b/super-ddf.c
@@ -2670,7 +2670,6 @@ struct superswitch super_ddf = {
/* for mdmon */
.open_new = ddf_open_new,
- .load_super = load_super_ddf,
.mark_clean = ddf_mark_clean,
.set_disk = ddf_set_disk,
.sync_metadata = ddf_sync_metadata,
@@ -2687,8 +2686,10 @@ struct superswitch super_ddf_container = {
.write_init_super = write_init_super_ddf,
#endif
+ .load_super = load_super_ddf,
.init_super = init_super_ddf,
.add_to_super = add_to_super_ddf,
+ .getinfo_super = getinfo_super_ddf,
.free_super = free_super_ddf,