]> git.ipfire.org Git - thirdparty/mdadm.git/blobdiff - super-intel.c
Merge branch 'master' of git://github.com/djbw/mdadm
[thirdparty/mdadm.git] / super-intel.c
index 10956e6cf046f0ca9d2d637c1f081da79958e0ef..b413435d27634c65e36c30bf71dc3b7891149d8a 100644 (file)
@@ -1452,6 +1452,7 @@ static void getinfo_super_imsm_volume(struct supertype *st, struct mdinfo *info)
        info->component_size      = __le32_to_cpu(map->blocks_per_member);
        memset(info->uuid, 0, sizeof(info->uuid));
        info->recovery_start = MaxSector;
+       info->reshape_active = 0;
 
        if (map->map_state == IMSM_T_STATE_UNINITIALIZED || dev->vol.dirty) {
                info->resync_start = 0;