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