git: NFS - Fix socket race against nfs_timer.
Matthew Dillon
dillon at crater.dragonflybsd.org
Mon Aug 17 14:48:44 PDT 2009
commit 978c934bb877ab5e0026c43df4a3ffe96f1aedf0
Author: Matthew Dillon <dillon at 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 at 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
More information about the Commits
mailing list