X-Git-Url: https://git.karo-electronics.de/?a=blobdiff_plain;f=net%2Fcore%2Fsock.c;h=0b39e7ae43837e602ff473b641675fbf22b83b5c;hb=b7ab6e3d21b17a5b488aeb49bd415a9433b8a79e;hp=5b6beba494a350cb28adfc7724487f1a13e6c011;hpb=3ffdea3feca9e2c95c2e93e217d77c9c368f747a;p=karo-tx-linux.git diff --git a/net/core/sock.c b/net/core/sock.c index 5b6beba494a3..0b39e7ae4383 100644 --- a/net/core/sock.c +++ b/net/core/sock.c @@ -2319,6 +2319,7 @@ void sock_init_data(struct socket *sock, struct sock *sk) sk->sk_ll_usec = sysctl_net_busy_read; #endif + sk->sk_pacing_rate = ~0U; /* * Before updating sk_refcnt, we must commit prior changes to memory * (Documentation/RCU/rculist_nulls.txt for details)