kern_access() had the same bug kern_stat() had with regards to a
authorMatthew Dillon <dillon@dragonflybsd.org>
Mon, 10 Sep 2007 15:08:43 +0000 (15:08 +0000)
committerMatthew Dillon <dillon@dragonflybsd.org>
Mon, 10 Sep 2007 15:08:43 +0000 (15:08 +0000)
commit5e1a76ea883bb068cc19a9e571ca0155c25f84db
tree0706f6f75a12ab9c75a451702eda4cb037e33017
parentec9403d022f469907c6548b38ab118bb7f510ada
kern_access() had the same bug kern_stat() had with regards to a
vnode/namecache deadlock when dealing with stale NFS mounts.

Reported-by: elekktretterr@exemail.com.au
sys/kern/vfs_syscalls.c