git: kernel - Fix NFS race

Matthew Dillon dillon at crater.dragonflybsd.org
Tue Nov 30 22:03:30 PST 2010


commit b0e34f3267ddf430c09a622e6566f056d54ca7f7
Author: Matthew Dillon <dillon at apollo.backplane.com>
Date:   Tue Nov 30 21:59:52 2010 -0800

    kernel - Fix NFS race
    
    * The nfsnode code could in very rare circumstances double-vput a vnode,
      creating havoc.

Summary of changes:
 sys/vfs/nfs/nfs_node.c |   97 +++++++++++++++++++++++++++++++-----------------
 1 files changed, 63 insertions(+), 34 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/b0e34f3267ddf430c09a622e6566f056d54ca7f7


-- 
DragonFly BSD source repository





More information about the Commits mailing list