- Add VBAD to the list of vnodes that are ignored on locking operations.
This commit is contained in:
parent
aa2ada4e96
commit
3b82505bb2
@ -464,7 +464,7 @@ extern int vfs_badlock_print;
|
||||
* 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) \
|
||||
do { \
|
||||
|
Loading…
x
Reference in New Issue
Block a user