cvs commit: src/sys/kern kern_exit.c
Christian S.J. Peron
csjp at FreeBSD.org
Fri May 19 19:55:07 PDT 2006
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
More information about the cvs-src
mailing list