]> git.saurik.com Git - apple/xnu.git/blobdiff - bsd/hfs/hfs_chash.c
xnu-792.21.3.tar.gz
[apple/xnu.git] / bsd / hfs / hfs_chash.c
index 5161e46a8e0445071ffca5f8ffc3ba61230ed2b7..58a61cd723a6750a74ece9fc9e56fb753ee56bfa 100644 (file)
@@ -102,8 +102,11 @@ hfs_chashinit()
        cnodehashtbl = hashinit(desiredvnodes, M_HFSMNT, &cnodehash);
 
        chash_lck_grp_attr= lck_grp_attr_alloc_init();
+       lck_grp_attr_setstat(chash_lck_grp_attr);
        chash_lck_grp  = lck_grp_alloc_init("cnode_hash", chash_lck_grp_attr);
+
        chash_lck_attr = lck_attr_alloc_init();
+       //lck_attr_setdebug(chash_lck_attr);
 
        lck_mtx_init(&hfs_chash_mutex, chash_lck_grp, chash_lck_attr);
 }