From: Herbert Xu <[EMAIL PROTECTED]>
Date: Fri, 14 Oct 2005 16:38:49 +1000

> David S. Miller <[EMAIL PROTECTED]> wrote:
> > 
> > One thing you can probably do for this bug is to mark data packets
> > explicitly somehow, perhaps in the SKB control block DCCP already
> > uses for other data.  Put some boolean in there, set it true for
> > data packets.  Then change the test in dccp_transmit_skb() as
> > appropriate to test the boolean flag instead of "skb_cloned(skb)".
> 
> I agree.  In fact we already have that flag, it's called skb->sk.
> So here is patch to test that instead of skb_cloned().
> 
> Signed-off-by: Herbert Xu <[EMAIL PROTECTED]>

Applied.  Can one of the DCCP folks test this fix soon?  I'd like
to push this fix to Linus but I won't do it without testing.

Herbert, we'll defer your other cleanups and rearrangements here for
2.6.15, ok?

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

Reply via email to