Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 30 Jul 2009 13:49:15 GMT
From:      John Baldwin <jhb@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 166792 for review
Message-ID:  <200907301349.n6UDnFVL063161@repoman.freebsd.org>

index | next in thread | raw e-mail

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

Change 166792 by jhb@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)


help

Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200907301349.n6UDnFVL063161>