diff options
| author | Jeff Roberson <jeff@FreeBSD.org> | 2005-04-11 15:17:06 +0000 |
|---|---|---|
| committer | Jeff Roberson <jeff@FreeBSD.org> | 2005-04-11 15:17:06 +0000 |
| commit | 539de9eda095972f6c8c3e35e18fbd08a3652929 (patch) | |
| tree | 96bec77c80e6e093ad43db7666ed491c7fae0bbb /sys/kern/vfs_subr.c | |
| parent | 680a1ec63132635c09bb3d03670dd53082f2f5c0 (diff) | |
Notes
Diffstat (limited to 'sys/kern/vfs_subr.c')
| -rw-r--r-- | sys/kern/vfs_subr.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/kern/vfs_subr.c b/sys/kern/vfs_subr.c index b5fe1a6f3ab5..5fe1611c5d0e 100644 --- a/sys/kern/vfs_subr.c +++ b/sys/kern/vfs_subr.c @@ -3243,7 +3243,6 @@ assert_vop_unlocked(struct vnode *vp, const char *str) vfs_badlock("is locked but should not be", str, vp); } -#if 0 void assert_vop_elocked(struct vnode *vp, const char *str) { @@ -3253,6 +3252,7 @@ assert_vop_elocked(struct vnode *vp, const char *str) vfs_badlock("is not exclusive locked but should be", str, vp); } +#if 0 void assert_vop_elocked_other(struct vnode *vp, const char *str) { |
