Date: Wed, 23 Feb 2005 00:11:14 +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: <200502230011.j1N0BEbV091325@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
jeff 2005-02-23 00:11:14 UTC
FreeBSD src repository
Modified files:
sys/kern vfs_subr.c
Log:
- Only the xlock holder should be calling VOP_LOCK on a vp once VI_XLOCK
has been set. Assert that this is the case so that we catch filesystems
who are using naked VOP_LOCKs in illegal cases.
Sponsored by: Isilon Systems, Inc.
Revision Changes Path
1.588 +5 -0 src/sys/kern/vfs_subr.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200502230011.j1N0BEbV091325>
