OpenWrt – Diff between revs 2 and 3

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 2 Rev 3
Line 8... Line 8...
8 + gfp_mask |= GFP_DMA; 8 + gfp_mask |= GFP_DMA;
9 +#endif 9 +#endif
Line 10... Line 10...
10 10
11 /* Get the HEAD */ 11 /* Get the HEAD */
12 skb = kmem_cache_alloc_node(cache, gfp_mask & ~__GFP_DMA, node); 12 skb = kmem_cache_alloc_node(cache, gfp_mask & ~__GFP_DMA, node);
13 @@ -1228,6 +1231,10 @@ int pskb_expand_head(struct sk_buff *skb 13 @@ -1224,6 +1227,10 @@ int pskb_expand_head(struct sk_buff *skb
14 if (skb_shared(skb)) 14 if (skb_shared(skb))
Line 15... Line 15...
15 BUG(); 15 BUG();
16 16