Date: Fri, 8 Feb 2002 01:16:57 -0800 (PST) From: Peter Wemm <peter@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern kern_descrip.c Message-ID: <200202080916.g189GvI70475@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
peter 2002/02/08 01:16:57 PST Modified files: sys/kern kern_descrip.c Log: Fix broken Giant locking protocol introduced in rev 1.114. You cannot unlock Giant if it is not locked in the first place. This make the nfstat(2) syscall (#278) a nice panic(2) implementation. Revision Changes Path 1.125 +1 -0 src/sys/kern/kern_descrip.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?200202080916.g189GvI70475>