Whamcloud - gitweb
LU-14321 tests: create PFL file in sanityn 51b
[fs/lustre-release.git] / lustre / utils / libmount_utils_ldiskfs.c
index 3fe870c..5907213 100644 (file)
@@ -27,7 +27,6 @@
  */
 /*
  * This file is part of Lustre, http://www.lustre.org/
- * Lustre is a trademark of Sun Microsystems, Inc.
  *
  * lustre/utils/mount_utils_ldiskfs.c
  *
@@ -887,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;
        }