Whamcloud - gitweb
LU-11760 ofd: limit num of objects to create in 1 transaction
[fs/lustre-release.git] / lustre / ofd / ofd_fs.c
index f8c3e2d..f20617b 100644 (file)
@@ -410,6 +410,7 @@ struct ofd_seq *ofd_seq_load(const struct lu_env *env, struct ofd_device *ofd,
        oseq->os_last_id_synced = 0;
 
        atomic_set(&oseq->os_refc, 1);
+       atomic_set(&oseq->os_precreate_in_progress, 0);
 
        rc = dt_attr_get(env, dob, &info->fti_attr);
        if (rc)