Date: Sat, 20 May 2006 02:54:35 +0000 (UTC) From: "Christian S.J. Peron" <csjp@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern kern_exit.c Message-ID: <200605200254.k4K2sZFp088517@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
csjp 2006-05-20 02:54:35 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/kern kern_exit.c Log: MFC revision 1.288 date: 2006/04/10 14:07:28; author: csjp; state: Exp; lines: +0 -2 Kill the last Giant acquisition in the exit(2) code. This Giant acquisition doesn't appear to be protecting anything. Most of consumers funsetownlst(9) do not appear to be picking up Giant anywhere. This was originally a part of my Giant exit(2) clean up revision 1.272 but I thought it was a good idea to leave it out until we were able to analyze it better. Revision Changes Path 1.263.2.8 +0 -2 src/sys/kern/kern_exit.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200605200254.k4K2sZFp088517>