Re: Coping with removal of skb_dataref

2001-04-18 Thread Petr Vandrovec
On 18 Apr 01 at 13:11, Shawn wrote: > Ever since the changes to skb_dataref happened, > The following snippit needs to be changed. > > # define SKB_IS_CLONE_OF(clone, skb) ( \ > skb_dataref(clone) == skb_dataref(skb) \ >) It is from VMware, so best place would be news server news.v

Coping with removal of skb_dataref

2001-04-18 Thread Shawn
Ever since the changes to skb_dataref happened, The following snippit needs to be changed. # define SKB_IS_CLONE_OF(clone, skb) ( \ skb_dataref(clone) == skb_dataref(skb) \ ) Can someone with a clue help me change this so it works? -Shawn Your eyes are weary from staring at the CR