PERFORCE change 166792 for review

John Baldwin jhb at FreeBSD.org
Thu Jul 30 13:49:17 UTC 2009


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

Change 166792 by jhb at jhb_jhbbsd on 2009/07/30 13:49:02

	Another vnode -> filedesc LOR.

Affected files ...

.. //depot/projects/smpng/sys/kern/kern_exec.c#122 edit

Differences ...

==== //depot/projects/smpng/sys/kern/kern_exec.c#122 (text+ko) ====

@@ -683,8 +683,8 @@
 		 * allocate memory, so temporarily drop the process lock.
 		 */
 		PROC_UNLOCK(p);
+		VOP_UNLOCK(imgp->vp, 0);
 		setugidsafety(td);
-		VOP_UNLOCK(imgp->vp, 0);
 		error = fdcheckstd(td);
 		vn_lock(imgp->vp, LK_EXCLUSIVE | LK_RETRY);
 		if (error != 0)


More information about the p4-projects mailing list