Date: Mon, 18 Aug 2003 11:02:33 -0700 (PDT) From: John Baldwin <jhb@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/fs/pseudofs pseudofs_vnops.c Message-ID: <200308181802.h7II2XGZ013601@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
jhb 2003/08/18 11:02:33 PDT
FreeBSD src repository
Modified files:
sys/fs/pseudofs pseudofs_vnops.c
Log:
The allproc lock is a sx lock, not a mutex, so fix the assertion. This
asserts that the sx lock is held, but does not specify if the lock is held
shared or exclusive, thus either type of lock satisfies the assertion.
Revision Changes Path
1.39 +1 -1 src/sys/fs/pseudofs/pseudofs_vnops.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200308181802.h7II2XGZ013601>
