cvs commit: src/sys/net route.c

[ Available lists | Index of cvs-all | Month of Sep 2008 | Week of 15 Sep 2008 | Raw email | View thread | Wrap long lines | Reply | Tag ]
From
Julian Elischer <julian@FreeBSD.org>
Date
15 Sep 2008 04:15:14
Subject
cvs commit: src/sys/net route.c
Message-ID
200809150415.m8F4FEZJ059159@repoman.freebsd.org


[ Hide this part ]
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

Elapsed time: 0.069 seconds