Date: Fri, 11 May 2001 13:42:41 -0700 (PDT) From: Ian Dowse <iedowse@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern vfs_subr.c Message-ID: <200105112042.f4BKgfk60870@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
iedowse 2001/05/11 13:42:41 PDT
Modified files:
sys/kern vfs_subr.c
Log:
In vrele() and vput(), avoid triggering the confusing "missed vn_close"
KASSERT when vp->v_usecount is zero or negative. In this case, the
"v*: negative ref cnt" panic that follows is much more appropriate.
Reviewed by: mckusick
Revision Changes Path
1.311 +7 -3 src/sys/kern/vfs_subr.c
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200105112042.f4BKgfk60870>
