Whamcloud - gitweb
LU-15671 mds: do not send OST_CREATE transno interop
[fs/lustre-release.git] / lustre / ofd / ofd_obd.c
index be70c7c..494ee2f 100644 (file)
@@ -1079,7 +1079,7 @@ static int ofd_echo_create(const struct lu_env *env, struct obd_export *exp,
        next_id = ofd_seq_last_oid(oseq) + 1;
        count = ofd_precreate_batch(ofd, (int)diff);
 
-       rc = ofd_precreate_objects(env, ofd, next_id, oseq, count, 0);
+       rc = ofd_precreate_objects(env, ofd, next_id, oseq, count, 0, false);
        if (rc < 0) {
                CERROR("%s: unable to precreate: rc = %d\n",
                       ofd_name(ofd), rc);