Date: Wed, 13 Sep 2006 15:47:53 +0000 (UTC) From: "Christian S.J. Peron" <csjp@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern kern_exit.c Message-ID: <200609131547.k8DFlrmv012940@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200609131547.k8DFlrmv012940>
