csjp        2006-09-21 15:14:08 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_6)
    sys/kern             kern_exit.c 
  Log:
  MFC revision 1.290
  
  Hopefully close up race between the TTY (t_session) subsystem and exit(2)
  
  date: 2006/09/13 15:47:53;  author: csjp;  state: Exp;  lines: +2 -2
  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
  Approved by:    re@ (mux)
  
  Revision    Changes    Path
  1.263.2.14  +2 -2      src/sys/kern/kern_exit.c
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to