]> git.saurik.com Git - apple/xnu.git/blobdiff - bsd/hfs/hfs_attrlist.c
xnu-3247.1.106.tar.gz
[apple/xnu.git] / bsd / hfs / hfs_attrlist.c
index 8483b45ae978d33dd566fdfc1a4d50ab49bbf756..3ee064859e5f7f3eb5c6f8db12f3c7a43a8310f4 100644 (file)
@@ -338,7 +338,7 @@ hfs_readdirattr_internal(struct vnode *dvp, struct attrlist *alist,
         */
        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);