Unlock vnodes prior to issuing VOP_NREMOVE to accomodate filesystem
authorMatthew Dillon <dillon@dragonflybsd.org>
Sat, 4 Mar 2006 17:39:08 +0000 (17:39 +0000)
committerMatthew Dillon <dillon@dragonflybsd.org>
Sat, 4 Mar 2006 17:39:08 +0000 (17:39 +0000)
commitd9ba7ca95d6190f5867ec21d3f98746ae3fc45df
tree1c551a2e9d65c04895001f24829f782e5b941edf
parenta7732297a8cd12a65db572b60468f88ec507be38
Unlock vnodes prior to issuing VOP_NREMOVE to accomodate filesystem
drivers which do not allow recursive exclusive locks (msdos).

Reported-by: Sascha Wildner <saw@online.de>
sys/vfs/nfs/nfs_serv.c