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 CRT.  You feel sleepy.  Notice how
 restful it is to watch the cursor blink.  Close your eyes.  The opinions
 stated above are yours.  You cannot imagine why you ever felt otherwise.

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

Reply via email to