Date: Tue, 26 Nov 2002 09:30:55 -0800 (PST) From: Robert Drehmel <robert@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern kern_exec.c Message-ID: <200211261730.gAQHUt5d089650@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
robert 2002/11/26 09:30:55 PST Modified files: sys/kern kern_exec.c Log: To avoid sleeping with all sorts of resources acquired (the reported problem was a locked directory vnode), do not give the process a chance to sleep in state "stopevent" (depends on the S_EXEC bit being set in p_stops) until most resources have been released again. Approved by: re Revision Changes Path 1.202 +7 -3 src/sys/kern/kern_exec.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200211261730.gAQHUt5d089650>