- Add VBAD to the list of vnodes that are ignored on locking operations.

This commit is contained in:
Jeff Roberson 2002-07-29 07:45:57 +00:00
parent aa2ada4e96
commit 3b82505bb2

View File

@ -464,7 +464,7 @@ extern int vfs_badlock_print;
* no longer ok to have an unlocked VFS. * no longer ok to have an unlocked VFS.
*/ */
#define IGNORE_LOCK(vp) ((vp)->v_type == VCHR) #define IGNORE_LOCK(vp) ((vp)->v_type == VCHR || (vp)->v_type == VBAD)
#define ASSERT_VOP_LOCKED(vp, str) \ #define ASSERT_VOP_LOCKED(vp, str) \
do { \ do { \