*/
if ((dcp->c_entries == 0) && (ce_list->realentries > 0)) {
dcp->c_entries++;
- dcp->c_flag |= (C_MODIFIED | C_FORCEUPDATE);
+ dcp->c_flag |= C_MODIFIED;
printf("hfs_vnop_readdirattr: repairing valence to non-zero! \n");
/* force an update on dcp while we're still holding the lock. */
hfs_update(dvp, 0);