Add UDF to the list of filesystems where locking assertions should be

evaluated.

Approved by:	scottl
This commit is contained in:
rwatson 2002-04-26 04:06:08 +00:00
parent 999f0658ea
commit eea885ba20

View File

@ -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 { \