aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv6/inet6_connection_sock.c
diff options
context:
space:
mode:
Diffstat (limited to 'net/ipv6/inet6_connection_sock.c')
-rw-r--r--net/ipv6/inet6_connection_sock.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ipv6/inet6_connection_sock.c b/net/ipv6/inet6_connection_sock.c
index 62539a4b2dc7..4a0c4d2d8b05 100644
--- a/net/ipv6/inet6_connection_sock.c
+++ b/net/ipv6/inet6_connection_sock.c
@@ -269,7 +269,7 @@ struct dst_entry *inet6_csk_update_pmtu(struct sock *sk, u32 mtu)
269 269
270 if (IS_ERR(dst)) 270 if (IS_ERR(dst))
271 return NULL; 271 return NULL;
272 dst->ops->update_pmtu(dst, mtu); 272 dst->ops->update_pmtu(dst, sk, NULL, mtu);
273 273
274 return inet6_csk_route_socket(sk); 274 return inet6_csk_route_socket(sk);
275} 275}