cvs commit: src/sys/kern kern_exit.c

Christian S.J. Peron csjp at FreeBSD.org
Mon Apr 10 14:07:45 UTC 2006


csjp        2006-04-10 14:07:28 UTC

  FreeBSD src repository

  Modified files:
    sys/kern             kern_exit.c 
  Log:
  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.
  
  Tested by:      kris
  MFC after:      3 weeks
  
  Revision  Changes    Path
  1.288     +0 -2      src/sys/kern/kern_exit.c


More information about the cvs-src mailing list