]> git.saurik.com Git - apple/xnu.git/blobdiff - bsd/miscfs/umapfs/umap_subr.c
xnu-201.tar.gz
[apple/xnu.git] / bsd / miscfs / umapfs / umap_subr.c
index 5afa9be5117a443a9a9abcf9812890089a487e94..3eba697d0c2bb217f7cfd9eb5deadcd668670d0f 100644 (file)
@@ -303,7 +303,7 @@ loop:
        /* XXX end of transmogrified checkalias() */
 
        if (vp->v_type == VREG)
-               ubc_info_init();
+               ubc_info_init(vp);
 
        *vpp = vp;
        VREF(lowervp);  /* Extra VREF will be vrele'd in umap_node_create */