git: kernel - NFS - fix deadlock in NFS client-side readdirplus
commit 2595d6bead5c8c2d6eec6447e416c9636169016d
Author: Matthew Dillon <dillon@apollo.backplane.com>
Date: Tue Feb 9 00:46:26 2010 -0800
kernel - NFS - fix deadlock in NFS client-side readdirplus
* readdirplus holds a vnode lock while attempting to do a namecache
lookup, which is not legal. Unlock the vnode while doing the
lookup.
Summary of changes:
sys/vfs/nfs/nfs_vnops.c | 15 +++++++++++++++
1 files changed, 15 insertions(+), 0 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/2595d6bead5c8c2d6eec6447e416c9636169016d
--
DragonFly BSD source repository
討論串 (同標題文章)
完整討論串 (本文為第 1 之 2 篇):