Hello,

On Wed, 7 Sep 2005, Ben Greear wrote:

> Ben Greear wrote:
> > I added a separate flag to keep track of whether a neighbour struct
> > is on the timer list or not.  I also added some logic to dump the
> > stack if the add-timer method was called while we are already on
> > the timer list.
>
> A cleaned up patch against 2.6.13 is attached.  This (also)
> seems to fix the problem with removing net-devices.  Hopefully
> with fewer side affects than the last kludge.
>
> In case it passes review:
>
> Signed-off-by  Ben Greear <[EMAIL PROTECTED]>

        This code is wrong: if (!n->nud_state & NUD_IN_TIMER)
Must be if (!(n->nud_state & NUD_IN_TIMER))

Regards

--
Julian Anastasov <[EMAIL PROTECTED]>
-
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to