kernel: Update to version 4.4.182
[openwrt/openwrt.git] / target / linux / ixp4xx / patches-4.4 / 600-skb_avoid_dmabounce.patch
index c2574f96deef1e63e0118561f9edb03e482a11c5..96f154065053caf285be0ca232bb3ca3cd6a8e9a 100644 (file)
@@ -10,7 +10,7 @@
  
        /* Get the HEAD */
        skb = kmem_cache_alloc_node(cache, gfp_mask & ~__GFP_DMA, node);
-@@ -1148,6 +1151,10 @@ int pskb_expand_head(struct sk_buff *skb
+@@ -1152,6 +1155,10 @@ int pskb_expand_head(struct sk_buff *skb
        if (skb_shared(skb))
                BUG();