cvs commit: src/sys/kern kern_exit.c
Christian S.J. Peron
csjp at FreeBSD.org
Thu Sep 21 08:14:10 PDT 2006
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
More information about the cvs-src
mailing list