Fix races in ihashget that were introduced when I introduced the
authorMatthew Dillon <dillon@dragonflybsd.org>
Sat, 18 Oct 2003 20:15:10 +0000 (20:15 +0000)
committerMatthew Dillon <dillon@dragonflybsd.org>
Sat, 18 Oct 2003 20:15:10 +0000 (20:15 +0000)
commit4954c633bb60784f5153eed8a8f75f392ff72358
treed7d7f6b43f24737895a813bcc3da2cb017349cf4
parentcc12f65ef0563b694b0c0b2968b052681dca6622
Fix races in ihashget that were introduced when I introduced the
lwkt_gettoken() API to interlock the vnode and hash table ops.

Report-by: David Rhodus.
sys/vfs/hpfs/hpfs_hash.c
sys/vfs/isofs/cd9660/cd9660_node.c
sys/vfs/msdosfs/msdosfs_denode.c
sys/vfs/ufs/ufs_ihash.c