X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=net%2Fipv4%2Froute.c;h=f7afcba8b1a14cf2d23e84533430c7e100cc5397;hb=6f9c961546699ff8bc5e1c1c52200616867ec68a;hp=80f7c5b7b832322d398d1ff93164effcad4104f2;hpb=b1964b5fce389a5660139ca39c25ff294da07b4f;p=deliverable%2Flinux.git diff --git a/net/ipv4/route.c b/net/ipv4/route.c index 80f7c5b7b832..f7afcba8b1a1 100644 --- a/net/ipv4/route.c +++ b/net/ipv4/route.c @@ -2291,7 +2291,7 @@ struct dst_entry *ipv4_blackhole_route(struct net *net, struct dst_entry *dst_or } struct rtable *ip_route_output_flow(struct net *net, struct flowi4 *flp4, - struct sock *sk) + const struct sock *sk) { struct rtable *rt = __ip_route_output_key(net, flp4);