Date: Thu, 20 Jul 2006 17:44:58 GMT From: John Baldwin <jhb@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 102010 for review Message-ID: <200607201744.k6KHiwQ9029998@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=102010 Change 102010 by jhb@jhb_mutex on 2006/07/20 17:44:33 Don't offend Robert's delicate sensibilities. Affected files ... .. //depot/projects/smpng/sys/compat/linux/linux_misc.c#67 edit Differences ... ==== //depot/projects/smpng/sys/compat/linux/linux_misc.c#67 (text+ko) ==== @@ -258,7 +258,7 @@ * From here on down, we have a locked vnode that must be unlocked. * XXX: The code below largely duplicates exec_check_permissions(). */ - locked++; + locked = 1; /* Writable? */ if (vp->v_writecount) {
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200607201744.k6KHiwQ9029998>