On Tuesday, October 02, 2012 04:53:28 Simon Wunderlich wrote:
+#define skb_share_check(skb, b) \
skb_share_check(skb, b); \
if (skb) \
skb_reset_mac_len(skb)
+#endif /* < KERNEL_VERSION(3, 8, 0) */
Has this patch been tested ? Our skb_share_check() call is this: skb = skb_share_check(skb, GFP_ATOMIC);
Now we replace this function call with 2 function calls and 2 return values ?
Cheers, Marek