kernel: bump to 3.14.35, 3.18.9, 3.19.1 and 4.0-rc4
[15.05/openwrt.git] / target / linux / generic / patches-3.18 / 080-04-fib_trie-Merge-tnode_free-and-leaf_free-into-node_fr.patch
index cdc2e3b..3f8d030 100644 (file)
@@ -88,7 +88,7 @@ Signed-off-by: David S. Miller <davem@davemloft.net>
  static inline void free_leaf_info(struct leaf_info *leaf)
  {
        kfree_rcu(leaf, rcu);
-@@ -360,43 +369,24 @@ static struct tnode *tnode_alloc(size_t 
+@@ -360,43 +369,24 @@ static struct tnode *tnode_alloc(size_t
                return vzalloc(size);
  }