PERFORCE change 102010 for review

John Baldwin jhb at FreeBSD.org
Thu Jul 20 17:45:15 UTC 2006


http://perforce.freebsd.org/chv.cgi?CH=102010

Change 102010 by jhb at 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) {


More information about the p4-projects mailing list