Fix handling of the recycling of vnodes from a failed hash collision.
authorMatthew Dillon <dillon@dragonflybsd.org>
Sat, 28 Aug 2004 21:32:28 +0000 (21:32 +0000)
committerMatthew Dillon <dillon@dragonflybsd.org>
Sat, 28 Aug 2004 21:32:28 +0000 (21:32 +0000)
commit71ed54ce7fe32786c70bb134cec45cb4eb159b4f
tree71c52371783a3acb4dedb802303d191286c71e26
parent3446c007ff08b0252748d2e1775c7c04e5bef050
Fix handling of the recycling of vnodes from a failed hash collision.

Fix a hash table scan that was causing the root mount point to collide
when the same source directory is null-mounted multiple times.

Reported-by: esmith <esmith@patmedia.net>
sys/vfs/nullfs/null_subr.c
sys/vfs/nullfs/null_vnops.c