> > And the panic goes away
> > Manfred
> 
> I've got it fixed.  The code is using TAILQ_REMOVE and TAILQ_FIRST to
> pull entries out of a tailq while it is walking it via TAILQ_FOREACH.
> Changing it to use a while(!TAILQ_EMPTY) instead of using TAILQ_FOREACH
> fixes it.  I'll be committing the fix in just a sec..

Thanks, John! :-)

M
--
Mark Murray
Join the anti-SPAM movement: http://www.cauce.org


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message

Reply via email to