X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=net%2Fipv4%2Fmultipath_rr.c;h=0ad22524f450dcbb0fad212dec428fa70472ed22;hb=f630fe2817601314b2eb7ca5ddc23c7834646731;hp=bba5abe5542d3a49dff281c9a222b335f0e2ee00;hpb=22a3e233ca08a2ddc949ba1ae8f6e16ec7ef1a13;p=pandora-kernel.git diff --git a/net/ipv4/multipath_rr.c b/net/ipv4/multipath_rr.c index bba5abe5542d..0ad22524f450 100644 --- a/net/ipv4/multipath_rr.c +++ b/net/ipv4/multipath_rr.c @@ -15,7 +15,6 @@ #include #include #include -#include #include #include #include @@ -58,7 +57,7 @@ static void rr_select_route(const struct flowi *flp, */ result = NULL; for (nh = rcu_dereference(first); nh; - nh = rcu_dereference(nh->u.rt_next)) { + nh = rcu_dereference(nh->u.dst.rt_next)) { if ((nh->u.dst.flags & DST_BALANCED) != 0 && multipath_comparekeys(&nh->fl, flp)) { nh->u.dst.lastuse = jiffies;