kernel: bump to 3.14.35, 3.18.9, 3.19.1 and 4.0-rc4
[openwrt/openwrt.git] / target / linux / generic / patches-3.18 / 080-12-fib_trie-Move-resize-to-after-inflate-halve.patch
index 6edcfdcfec0b9ea6aacb47de787c90bd600abec7..a373add1d255aee32e453560ee109398360456bd 100644 (file)
@@ -20,7 +20,7 @@ Signed-off-by: David S. Miller <davem@davemloft.net>
  /* tnodes to free after resize(); protected by RTNL */
  static struct callback_head *tnode_free_head;
  static size_t tnode_free_size;
-@@ -447,161 +445,6 @@ static void put_child_root(struct tnode 
+@@ -447,161 +445,6 @@ static void put_child_root(struct tnode
                rcu_assign_pointer(t->trie, n);
  }