diff options
-rw-r--r-- | sys/sys/vnode.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/sys/vnode.h b/sys/sys/vnode.h index e1f1c6d..e4090f7 100644 --- a/sys/sys/vnode.h +++ b/sys/sys/vnode.h @@ -514,8 +514,8 @@ void vop_unlock_pre(void *a); #define ASSERT_VI_LOCKED(vp, str) #define ASSERT_VI_UNLOCKED(vp, str) -#if 0 #define ASSERT_VOP_ELOCKED(vp, str) +#if 0 #define ASSERT_VOP_ELOCKED_OTHER(vp, str) #endif #define ASSERT_VOP_LOCKED(vp, str) |