X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/e3027f41d0120b4278cca462f397b6619dcd9ac5..0b4e3aa066abc0728aacb4bbeb86f53f9737156e:/bsd/miscfs/umapfs/umap_subr.c?ds=sidebyside diff --git a/bsd/miscfs/umapfs/umap_subr.c b/bsd/miscfs/umapfs/umap_subr.c index 5afa9be51..3eba697d0 100644 --- a/bsd/miscfs/umapfs/umap_subr.c +++ b/bsd/miscfs/umapfs/umap_subr.c @@ -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 */