inet: constify ip_route_output_flow() socket argument
[deliverable/linux.git] / net / ipv4 / route.c
index 80f7c5b7b832322d398d1ff93164effcad4104f2..f7afcba8b1a14cf2d23e84533430c7e100cc5397 100644 (file)
@@ -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);
 
This page took 0.024798 seconds and 5 git commands to generate.