cvs commit: src/sys/net route.c

Julian Elischer julian at FreeBSD.org
Mon Sep 15 04:15:15 UTC 2008


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


More information about the cvs-all mailing list