git: kernel - NFS - fix deadlock in NFS client-side readdirplus

Matthew Dillon dillon at crater.dragonflybsd.org
Tue Feb 9 00:48:07 PST 2010


commit 2595d6bead5c8c2d6eec6447e416c9636169016d
Author: Matthew Dillon <dillon at 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





More information about the Commits mailing list