DragonFly commits List (threaded) for 2009-08
DragonFly BSD
DragonFly commits List (threaded) for 2009-08
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

git: NFS - Fix socket race against nfs_timer.


From: Matthew Dillon <dillon@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Mon, 17 Aug 2009 14:47:40 -0700 (PDT)

commit 978c934bb877ab5e0026c43df4a3ffe96f1aedf0
Author: Matthew Dillon <dillon@apollo.backplane.com>
Date:   Mon Aug 17 14:46:40 2009 -0700

    NFS - Fix socket race against nfs_timer.
    
    * Fix a socket race where the nfs_timer can sometimes operate on a
      TCP socket before the socket completes its connection to the target,
      resulting in a panic.
    
    Tracked-down-by: Sepherosa Ziehau <sepherosa@gmail.com>

Summary of changes:
 sys/vfs/nfs/nfs_socket.c |   16 ++++++++++++----
 1 files changed, 12 insertions(+), 4 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/978c934bb877ab5e0026c43df4a3ffe96f1aedf0


-- 
DragonFly BSD source repository



[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]