On Mon, 2005-07-11 at 20:55 -0700, David S. Miller wrote: > Sridhar, I resolved the remaining SCTP issues by taking advantage of > the fact that when we are collecting onto a list, the SKB of the > "event" we use is the first member of that on-stack temp list we > are using. Thus, "(struct sk_buff_head *) sctp_event2skb(event)->prev" > gets us the list head pointer we need, and if the 'prev' pointer is > NULL then it wasn't on a list. > > It is not the prettiest solution in the world, but for now it works. > We should really do serious cleanups in this area in the future to > flesh all of this out more nicely. > > But anyways, let me know if SCTP still passes your tests with this > change installed. Thanks.
Once again, your patch didn't break any of my SCTP tests. I will try to do some more cleanup when i get some time. Thanks Sridhar - 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