]> git.ipfire.org Git - thirdparty/mdadm.git/blobdiff - super-intel.c
imsm: FIX: indicate that metadada has to be written
[thirdparty/mdadm.git] / super-intel.c
index 44c100b5e97bf22a375cf687fcd5b1b5fe19f435..acd7571fa4af1debd09585cb1788cb1851c26dd0 100644 (file)
@@ -3838,6 +3838,7 @@ static int add_to_super_imsm(struct supertype *st, mdu_disk_info_t *dk,
        } else {
                dd->next = super->disks;
                super->disks = dd;
+               super->updates_pending++;
        }
 
        return 0;