]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
- Move ASSERT_VOP_*LOCK* functionality into functions in vfs_subr.c
authorJeff Roberson <jeff@FreeBSD.org>
Thu, 26 Sep 2002 04:48:44 +0000 (04:48 +0000)
committerJeff Roberson <jeff@FreeBSD.org>
Thu, 26 Sep 2002 04:48:44 +0000 (04:48 +0000)
commit6423c9433cee8b5abfe8a671ab0342e3359ec96f
treed5623b6ebd4f73839715bafc5963e9fd784a509f
parent77c1699f0c45f83f5d32870cd48dcbb57c9ad754
 - Move ASSERT_VOP_*LOCK* functionality into functions in vfs_subr.c
 - Make the VI asserts more orthogonal to the rest of the asserts by using a
   new, common vfs_badlock() function and adding a 'str' arg.
 - Adjust generated ASSERTS to match the new prototype.
 - Adjust explicit ASSERTS to match the new prototype.
sys/kern/vfs_subr.c
sys/sys/vnode.h
sys/tools/vnode_if.awk