Attempt to fix a vnode<->namecache deadlock in NFS's handling of stale
authorMatthew Dillon <dillon@dragonflybsd.org>
Sat, 9 Sep 2006 18:29:09 +0000 (18:29 +0000)
committerMatthew Dillon <dillon@dragonflybsd.org>
Sat, 9 Sep 2006 18:29:09 +0000 (18:29 +0000)
commit6739ac6b9d4c06336c3593e5e262aac1fe2f9b6d
treeadb1363bfe1da2f1879e51b9658c4d65ff340dbc
parenta186ce3776d86932e166f3ce835bded79af6cc45
Attempt to fix a vnode<->namecache deadlock in NFS's handling of stale
file handles.  This is a fairly bad hack.

Reported-by: "Simon 'corecode' Schubert" <corecode@fs.ei.tum.de>,
     Joerg Sonnenberger <joerg@britannica.bec.de>
sys/vfs/nfs/nfs_socket.c