Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 322749
b: refs/heads/master
c: d013ef2
h: refs/heads/master
i:
  322747: 914b595
v: v3
  • Loading branch information
Julian Anastasov authored and David S. Miller committed Sep 5, 2012
1 parent 9d4102e commit a9edd88
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 463dde19a759949c96d1c9da9efbb3a9b3a9eb61
refs/heads/master: d013ef2aba8fe765ca683598e404203215632373
5 changes: 3 additions & 2 deletions trunk/net/ipv6/tcp_ipv6.c
Original file line number Diff line number Diff line change
Expand Up @@ -403,8 +403,9 @@ static void tcp_v6_err(struct sk_buff *skb, struct inet6_skb_parm *opt,
tp->mtu_info = ntohl(info);
if (!sock_owned_by_user(sk))
tcp_v6_mtu_reduced(sk);
else
set_bit(TCP_MTU_REDUCED_DEFERRED, &tp->tsq_flags);
else if (!test_and_set_bit(TCP_MTU_REDUCED_DEFERRED,
&tp->tsq_flags))
sock_hold(sk);
goto out;
}

Expand Down

0 comments on commit a9edd88

Please sign in to comment.