Date: Tue, 22 Feb 2005 23:59:11 +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: <200502222359.j1MNxBNo090830@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
jeff 2005-02-22 23:59:11 UTC FreeBSD src repository Modified files: sys/kern vfs_subr.c Log: - Add a check for xlock in vop_lock_assert. Presently the xlock is considered to be as good as an exclusive lock, although there is still a possibility of someone acquiring a VOP LOCK while xlock is held. Sponsored by: Isilon Systems, Inc. Revision Changes Path 1.587 +2 -1 src/sys/kern/vfs_subr.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200502222359.j1MNxBNo090830>