Whamcloud - gitweb
LU-1888 mke2fs: fix handling of mmp_update_interval option
[tools/e2fsprogs.git] / lib / ext2fs / initialize.c
index 3567722..b0c15d2 100644 (file)
@@ -241,6 +241,8 @@ errcode_t ext2fs_initialize(const char *name, int flags,
                goto cleanup;
        }
 
+       set_field(s_mmp_update_interval, 0);
+
        /*
         * If we're creating an external journal device, we don't need
         * to bother with the rest.