kernel: bump to 3.14.35, 3.18.9, 3.19.1 and 4.0-rc4
[openwrt.git] / target / linux / generic / patches-3.18 / 080-14-fib_trie-Push-assignment-of-child-to-parent-down-int.patch
index 0e87a7d..8f26e32 100644 (file)
@@ -231,7 +231,7 @@ Signed-off-by: David S. Miller <davem@davemloft.net>
        /* No children */
        if (tn->empty_children > (tnode_child_length(tn) - 1))
                goto no_children;
-@@ -755,39 +756,35 @@ static struct tnode *resize(struct trie 
+@@ -755,39 +756,35 @@ static struct tnode *resize(struct trie
         * nonempty nodes that are above the threshold.
         */
        max_work = MAX_WORK;