DragonFly commits List (threaded) for 2010-02
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]
git: kernel - syncache - Fix races due to struct syncache not being stable storage
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
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]