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

evaluated.

Approved by:	scottl
This commit is contained in:
Robert Watson 2002-04-26 04:06:08 +00:00
parent b88157559d
commit ae6b9ab00b

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