unresolve the vnode associated with the namecache entry for a mount point
commita8becf45bbd378ea5825c623db1db497a4a65193
authorMatthew Dillon <dillon@dragonflybsd.org>
Fri, 17 Nov 2006 22:20:31 +0000 (17 22:20 +0000)
committerMatthew Dillon <dillon@dragonflybsd.org>
Fri, 17 Nov 2006 22:20:31 +0000 (17 22:20 +0000)
treebfba6cf2f90fec04be04d1fd453f7d548592a718
parentb70a5c8b737c47ed1f5b54d5131ae1cc908e9da5
unresolve the vnode associated with the namecache entry for a mount point
before trying to set a new vnode.  This avoids a panic if you are CD'd into
a mount point before the mount occurs.
sys/kern/vfs_syscalls.c