]> git.saurik.com Git - apple/xnu.git/blobdiff - bsd/vm/vm_unix.c
xnu-1228.9.59.tar.gz
[apple/xnu.git] / bsd / vm / vm_unix.c
index 094b6258c16197787fb5dfb7736c8e1a8a90c742..559f832909286578991187a4112ca9671b4f864c 100644 (file)
@@ -1036,12 +1036,6 @@ shared_region_map_np(
                goto done;
        }
 
-       /*
-        * The mapping was successful.  Let the buffer cache know
-        * that we've mapped that file with these protections.  This
-        * prevents the vnode from getting recycled while it's mapped.
-        */
-       (void) ubc_map(vp, VM_PROT_READ);
        error = 0;
 
        /* update the vnode's access time */