cvs commit: src/sys/kern kern_exit.c

Christian S.J. Peron csjp at FreeBSD.org
Wed Sep 13 08:47:59 PDT 2006


csjp        2006-09-13 15:47:53 UTC

  FreeBSD src repository

  Modified files:
    sys/kern             kern_exit.c 
  Log:
  Back out one of the Giant removals from revision 1.272. Giant was not here to
  protect the vnode, it was present to synchronize access to TTY session
  information between exit(2) and the TTY code. While we are here, note that
  Giant is required for TTY protection.
  
  Clue from:      bde
  Discussed with: jhb
  MFC after:      1 week
  
  Revision  Changes    Path
  1.290     +2 -2      src/sys/kern/kern_exit.c


More information about the cvs-src mailing list