Date: Thu, 29 Dec 2005 22:52:09 +0000 (UTC) From: Pawel Jakub Dawidek <pjd@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern vfs_subr.c Message-ID: <200512292252.jBTMq9FQ087829@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
pjd 2005-12-29 22:52:09 UTC
FreeBSD src repository
Modified files:
sys/kern vfs_subr.c
Log:
Print a warning when we miss vinactive() call, because of race in vget().
The race is very real, but conditions needed for triggering it are rather
hard to meet now.
When gjournal will be committed (where it is quite easy to trigger) we need
to fix it.
For now, verify if it is really hard to trigger.
Discussed with: kan
Revision Changes Path
1.653 +20 -0 src/sys/kern/vfs_subr.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200512292252.jBTMq9FQ087829>
