[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20080725.132105.175832134.davem@davemloft.net>
Date: Fri, 25 Jul 2008 13:21:05 -0700 (PDT)
From: David Miller <davem@...emloft.net>
To: herbert@...dor.apana.org.au
Cc: ilpo.jarvinen@...sinki.fi, netdev@...r.kernel.org
Subject: Re: [PATCH 2/3] net: convert BUG_TRAP to generic WARN_ON
From: Herbert Xu <herbert@...dor.apana.org.au>
Date: Fri, 25 Jul 2008 23:34:34 +0800
> Ilpo J??rvinen <ilpo.jarvinen@...sinki.fi> wrote:
> >
> > diff --git a/net/ipv4/ipcomp.c b/net/ipv4/ipcomp.c
> > index a75807b..ee1bbf9 100644
> > --- a/net/ipv4/ipcomp.c
> > +++ b/net/ipv4/ipcomp.c
> > @@ -293,7 +293,7 @@ static void ipcomp_free_tfms(struct crypto_comp **tfms)
> > break;
> > }
> >
> > - BUG_TRAP(pos);
> > + WARN_ON(!pos);
>
> Sorry I've just moved this to net/xfrm/xfrm_ipcomp.c. BTW,
> please also remove rtnetlink.h from ipcomp.c since that's only
> included for this macro.
This is my fault, I didn't push before going to bed last night.
Otherwise Ilpo would have seen this sooner.
I've just taken care of this.
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists