Adjust vfinddev() to return a referenced vnode in *vpp.
authorMatthew Dillon <dillon@apollo.backplane.com>
Tue, 31 Mar 2009 22:17:33 +0000 (15:17 -0700)
committerMatthew Dillon <dillon@apollo.backplane.com>
Tue, 31 Mar 2009 22:17:33 +0000 (15:17 -0700)
commit3875f5b0c9a4eec6f1013b70be51cc7b733c3523
treebc36da4bf9275b5213df3b1afc646bb8da700c1d
parentb0fc271697fed87cedab11032b9e15bdbb149a3b
Adjust vfinddev() to return a referenced vnode in *vpp.

Fix a small race condition in sys_linux_ustat() related to accessing
a vnode which can get ripped out from under the procedure.
share/examples/rconfig/hammer.sh
sys/emulation/linux/linux_stats.c
sys/kern/vfs_subr.c