看板 DFBSD_commit 關於我們 聯絡資訊
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