git: kernel - syncache - Fix races due to struct syncache not be

看板DFBSD_commit作者時間16年前 (2010/02/04 07:32), 編輯推噓0(000)
留言0則, 0人參與, 最新討論串1/1
commit e5fe3477cd939ea0514189c91db5d775cdbd19d8 Author: Matthew Dillon <dillon@apollo.backplane.com> Date: Wed Feb 3 13:23:58 2010 -0800 kernel - syncache - Fix races due to struct syncache not being stable storage * struct syncache no longer uses stable storage. Proactively delete tcpcb references to the syncache instead of letting them hang. Summary of changes: sys/netinet/tcp_subr.c | 2 + sys/netinet/tcp_syncache.c | 54 ++++++++++++++++++++++++++++++++++++++++++- sys/netinet/tcp_var.h | 3 ++ 3 files changed, 57 insertions(+), 2 deletions(-) http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/e5fe3477cd939ea0514189c91db5d775cdbd19d8 -- DragonFly BSD source repository
文章代碼(AID): #1BQWTv_R (DFBSD_commit)