]> git.saurik.com Git - apple/xnu.git/blobdiff - bsd/sys/namei.h
xnu-792.10.96.tar.gz
[apple/xnu.git] / bsd / sys / namei.h
index 775a41030b4cf3dfb48235fcc9f1097b3c49cfd4..f588c1b05957abd7deaebe88b1c4f6009f498984 100644 (file)
@@ -209,7 +209,6 @@ int         reverse_lookup(vnode_t start_vp, vnode_t *lookup_vpp,
  * Stats on usefulness of namei caches.
  */
 struct nchstats {
-        long   ncs_negtotal;
        long    ncs_goodhits;           /* hits that we can really use */
        long    ncs_neghits;            /* negative hits that we can use */
        long    ncs_badhits;            /* hits we must drop */