]> git.saurik.com Git - apple/xnu.git/blobdiff - bsd/hfs/hfs_attrlist.c
xnu-2050.7.9.tar.gz
[apple/xnu.git] / bsd / hfs / hfs_attrlist.c
index 3f1e6da64856a922b22f7c40b9124c0698814aea..2cb73b6b5f0fd56d3ce77c0998577dcc50dd70bf 100644 (file)
@@ -139,7 +139,7 @@ hfs_vnop_readdirattr(ap)
                return (EINVAL);
        }
 
-       if (VTOC(dvp)->c_flags & UF_COMPRESSED) {
+       if (VTOC(dvp)->c_bsdflags & UF_COMPRESSED) {
                int compressed = hfs_file_is_compressed(VTOC(dvp), 0);  /* 0 == take the cnode lock */
 
                if (!compressed) {