|
|
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) {
_______________________________________________
p4-projects@xxxxxxxxxxx mailing list
http://lists.freebsd.org/mailman/listinfo/p4-projects
To unsubscribe, send any mail to "p4-projects-unsubscribe@xxxxxxxxxxx"
|
|