to re-create them, I was doing an initial OST create which includes
the initial set of precreated files. Stop doing that.
Those files might have a little data in them, or some might have been
created and removed already, and both of those are bad.
oa->o_flags == OBD_FL_DELORPHAN) {
/* delete from next_id on up */
oa->o_valid |= OBD_MD_FLID;
- oa->o_id = oscc->oscc_next_id + oscc->oscc_initial_create_count;
+ oa->o_id = oscc->oscc_next_id;
if (oa->o_id == 0)
RETURN(0);
rc = osc_real_create(oscc->oscc_exp, oa, ea, NULL);