mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-28 17:41:50 +00:00
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Minor comment merge conflict in mlx5. Staging driver has a fixup due to the skb->xmit_more changes in 'net-next', but was removed in 'net'. Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
commit
f83f715195
527 changed files with 4635 additions and 6932 deletions
|
@ -2585,7 +2585,8 @@ static void __net_exit tcp_sk_exit(struct net *net)
|
|||
{
|
||||
int cpu;
|
||||
|
||||
module_put(net->ipv4.tcp_congestion_control->owner);
|
||||
if (net->ipv4.tcp_congestion_control)
|
||||
module_put(net->ipv4.tcp_congestion_control->owner);
|
||||
|
||||
for_each_possible_cpu(cpu)
|
||||
inet_ctl_sock_destroy(*per_cpu_ptr(net->ipv4.tcp_sk, cpu));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue