git: kernel - syncache - Fix races due to struct syncache not being stable storage

Matthew Dillon dillon at crater.dragonflybsd.org
Wed Feb 3 15:21:46 PST 2010


commit e5fe3477cd939ea0514189c91db5d775cdbd19d8
Author: Matthew Dillon <dillon at 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





More information about the Commits mailing list