]> git.karo-electronics.de Git - mv-sheeva.git/blobdiff - net/ipv4/route.c
ipv4: Kill flowi arg to fib_select_multipath()
[mv-sheeva.git] / net / ipv4 / route.c
index a7ac90cb151dbbeff5ad7159cf0548517f6cc0b1..9c17e32d562330e3f1b3a36080a66337778dbddd 100644 (file)
@@ -2048,7 +2048,7 @@ static int ip_mkroute_input(struct sk_buff *skb,
 
 #ifdef CONFIG_IP_ROUTE_MULTIPATH
        if (res->fi && res->fi->fib_nhs > 1)
-               fib_select_multipath(fl, res);
+               fib_select_multipath(res);
 #endif
 
        /* create a routing cache entry */
@@ -2598,7 +2598,7 @@ static struct rtable *ip_route_output_slow(struct net *net,
 
 #ifdef CONFIG_IP_ROUTE_MULTIPATH
        if (res.fi->fib_nhs > 1 && fl.oif == 0)
-               fib_select_multipath(&fl, &res);
+               fib_select_multipath(&res);
        else
 #endif
        if (!res.prefixlen && res.type == RTN_UNICAST && !fl.oif)