Date: Mon, 24 Mar 2008 04:22:58 +0000 (UTC) From: Jeff Roberson <jeff@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: <200803240422.m2O4MwKQ049528@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
jeff 2008-03-24 04:22:58 UTC
FreeBSD src repository
Modified files:
sys/kern vfs_subr.c
Log:
- Greatly simplify vget() by removing the guarantee that any new
references to a vnode with VI_OWEINACT set will force the vinactive()
call. The kernel makes no guarantees about which reference was the
last to close a file or when the actual inactive processing will
happen. The previous code was designed to preserve existing semantics
in the face of shared locks, however, this was unnecessary.
Discussed with: mckusick
Revision Changes Path
1.725 +18 -32 src/sys/kern/vfs_subr.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200803240422.m2O4MwKQ049528>
