CC: brcm2708-gpu-fw: update md5sum in Makefile
[15.05/openwrt.git] / target / linux / generic / patches-3.18 / 080-12-fib_trie-Move-resize-to-after-inflate-halve.patch
index 6edcfdc..a373add 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);
  }