Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/sys/uvm/uvm_mmap.c,v rcsdiff: /ftp/cvs/cvsroot/src/sys/uvm/uvm_mmap.c,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.132 retrieving revision 1.132.2.1 diff -u -p -r1.132 -r1.132.2.1 --- src/sys/uvm/uvm_mmap.c 2009/11/01 11:16:32 1.132 +++ src/sys/uvm/uvm_mmap.c 2010/08/17 06:48:15 1.132.2.1 @@ -1,4 +1,4 @@ -/* $NetBSD: uvm_mmap.c,v 1.132 2009/11/01 11:16:32 uebayasi Exp $ */ +/* $NetBSD: uvm_mmap.c,v 1.132.2.1 2010/08/17 06:48:15 uebayasi Exp $ */ /* * Copyright (c) 1997 Charles D. Cranor and Washington University. @@ -51,7 +51,7 @@ */ #include -__KERNEL_RCSID(0, "$NetBSD: uvm_mmap.c,v 1.132 2009/11/01 11:16:32 uebayasi Exp $"); +__KERNEL_RCSID(0, "$NetBSD: uvm_mmap.c,v 1.132.2.1 2010/08/17 06:48:15 uebayasi Exp $"); #include "opt_compat_netbsd.h" #include "opt_pax.h" @@ -1193,7 +1193,7 @@ uvm_mmap(struct vm_map *map, vaddr_t *ad vp->v_iflag |= VI_WRMAP; mutex_exit(&vp->v_interlock); } - VOP_UNLOCK(vp, 0); + VOP_UNLOCK(vp); } }