mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04:00
Since devfs now uses vnode locks, add devfs back to IS_LOCKING_VFS.
This commit is contained in:
parent
dbba4c62ce
commit
84f9ed84d7
1 changed files with 1 additions and 0 deletions
|
|
@ -454,6 +454,7 @@ struct vop_generic_args {
|
|||
|| (vp)->v_tag == VT_LFS \
|
||||
|| (vp)->v_tag == VT_ISOFS \
|
||||
|| (vp)->v_tag == VT_MSDOSFS \
|
||||
|| (vp)->v_tag == VT_DEVFS \
|
||||
|| (vp)->v_tag == VT_UDF)
|
||||
|
||||
#define ASSERT_VOP_LOCKED(vp, str) \
|
||||
|
|
|
|||
Loading…
Reference in a new issue