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-06-fib_trie-Optimize-fib_table_lookup-to-avoid-wasting-.patch
index 13004a1..e844126 100644 (file)
@@ -149,9 +149,9 @@ Signed-off-by: David S. Miller <davem@davemloft.net>
 +              if (IS_LEAF(n))
                        goto found;
 -              }
--              cn = n;
 -
+-              cn = n;
 -              /*
 -               * It's a tnode, and we can do some extra checks here if we
 -               * like, to avoid descending into a dead-end branch.