dvp must be unlocked prior to issuing a VOP operation to avoid obtaining
authorMatthew Dillon <dillon@dragonflybsd.org>
Wed, 1 Mar 2006 00:21:58 +0000 (00:21 +0000)
committerMatthew Dillon <dillon@dragonflybsd.org>
Wed, 1 Mar 2006 00:21:58 +0000 (00:21 +0000)
commitd6593715f9c3a7d90b73a20102e0208ea8cbbb72
treed219ad2d29a0d046d6283fce767f79afa4709beb
parent1ec20b9da3254984af7d5a4873cb0a10e948f016
dvp must be unlocked prior to issuing a VOP operation to avoid obtaining
a recursive exclusive lock.  Some filesystem drivers (e.g. msdos) do not
allow recursive locks.

Reported-by: Sascha Wildner <swildner@crater.dragonflybsd.org>
sys/vfs/nfs/nfs_serv.c