Whamcloud - gitweb
LU-14767 utils: mkfs.lustre allow lazy_itable_init=1
[fs/lustre-release.git] / lustre / utils / libmount_utils_ldiskfs.c
index c7a6aae..5907213 100644 (file)
@@ -886,12 +886,12 @@ int ldiskfs_make_lustre(struct mkfs_opts *mop)
        /* Avoid zeroing out the full journal - speeds up mkfs */
        if (is_e2fsprogs_feature_supp("-E lazy_journal_init=0")) {
                append_unique(start, ext_opts ? "," : " -E ",
-                             "lazy_journal_init=0", NULL, maxbuflen);
+                             "lazy_journal_init", "0", maxbuflen);
                ext_opts = 1;
        }
        if (is_e2fsprogs_feature_supp("-E lazy_itable_init=0")) {
                append_unique(start, ext_opts ? "," : "-E",
-                           "lazy_itable_init=0", NULL, maxbuflen);
+                           "lazy_itable_init", "0", maxbuflen);
                ext_opts = 1;
        }