Since devfs now uses vnode locks, add devfs back to IS_LOCKING_VFS.

This commit is contained in:
Robert Watson 2002-04-29 20:29:08 +00:00
parent dbba4c62ce
commit 84f9ed84d7

View File

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