Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 15 Sep 2008 04:14:53 +0000 (UTC)
From:      Julian Elischer <julian@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/net route.c
Message-ID:  <200809150415.m8F4FEZJ059159@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
julian      2008-09-15 04:14:53 UTC

  FreeBSD src repository

  Modified files:
    sys/net              route.c 
  Log:
  SVN rev 183032 on 2008-09-15 04:14:53Z by julian
  
  rewrite rt_check. Ztake into account that whiel teh rtentry is unlocked,
  someone else might change it, so after we re-acquire the lock on it,
  we need to check it is still valid. People have been panicing in this
  function due to soem edge cases which I have hopefully removed.
  
  Reviewed by:    keramida @
  Obtained from:   1 week
  
  Revision  Changes    Path
  1.137     +83 -40    src/sys/net/route.c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200809150415.m8F4FEZJ059159>