Stitch LINT64 build back together.
authorSascha Wildner <saw@online.de>
Tue, 17 Oct 2017 18:31:29 +0000 (20:31 +0200)
committerSascha Wildner <saw@online.de>
Tue, 17 Oct 2017 18:31:29 +0000 (20:31 +0200)
commit4a1285e7167dc7ee245514c4250821ef9b477a06
treed7f3f8199d4537b8ed8eb6a37e86eaa4848ecb8c
parentacc4fc4facdd7ad2b1e52cd20ad3a2e3c77d88fe
Stitch LINT64 build back together.

b1793cc6ba47622ab6ad154905f5c1385a6825bd removed the debuglockmgr()
code in kern_lock.c that was enabled with the DEBUG_LOCKS kernel
option. Its only consumer was in vfs_vnops.c for vn_lock.

For now, remove all associated remains.
sys/kern/kern_lock.c
sys/kern/vfs_vnops.c
sys/sys/vnode.h