Date: Tue, 29 Mar 2005 10:02:48 +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: <200503291002.j2TA2mFI025793@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
jeff 2005-03-29 10:02:48 UTC
FreeBSD src repository
Modified files:
sys/kern vfs_subr.c
Log:
- Dont clear OWEINACT in vbusy(), we still owe an inactive call if someone
vhold()s us.
- Avoid an extra mutex acquire and release in the common case of vgonel()
by checking for OWEINACT at the start of the function.
- Fix the case where we set OWEINACT in vput(). LK_EXCLUPGRADE drops our
shared lock if it fails.
Sponsored by: Isilon Systems, Inc.
Revision Changes Path
1.605 +16 -11 src/sys/kern/vfs_subr.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200503291002.j2TA2mFI025793>
