Add UDF to the list of filesystems where locking assertions should be
evaluated. Approved by: scottl
This commit is contained in:
parent
999f0658ea
commit
eea885ba20
@ -453,7 +453,8 @@ struct vop_generic_args {
|
||||
|| (vp)->v_tag == VT_NFS \
|
||||
|| (vp)->v_tag == VT_LFS \
|
||||
|| (vp)->v_tag == VT_ISOFS \
|
||||
|| (vp)->v_tag == VT_MSDOSFS)
|
||||
|| (vp)->v_tag == VT_MSDOSFS \
|
||||
|| (vp)->v_tag == VT_UDF)
|
||||
|
||||
#define ASSERT_VOP_LOCKED(vp, str) \
|
||||
do { \
|
||||
|
Loading…
x
Reference in New Issue
Block a user