kernel: bump 4.9 to 4.9.160
[openwrt/openwrt.git] / target / linux / ixp4xx / patches-4.9 / 600-skb_avoid_dmabounce.patch
index 046ec4e8f3af9adf83468a9354bf491e36b3d44e..cdd9fde8f076a419f781af4f48c800f9975083a7 100644 (file)
@@ -10,7 +10,7 @@
  
        /* Get the HEAD */
        skb = kmem_cache_alloc_node(cache, gfp_mask & ~__GFP_DMA, node);
-@@ -1224,6 +1227,10 @@ int pskb_expand_head(struct sk_buff *skb
+@@ -1228,6 +1231,10 @@ int pskb_expand_head(struct sk_buff *skb
        if (skb_shared(skb))
                BUG();