Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 88273
b: refs/heads/master
c: 7951f0b
h: refs/heads/master
i:
  88271: a76dac1
v: v3
  • Loading branch information
Daniel Lezcano authored and David S. Miller committed Apr 11, 2008
1 parent a58161d commit 63a1a41
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 951e07c930f5f66b676eaa4c32a1b0d8e2d7d06a
refs/heads/master: 7951f0b03a63d657c72c7d54d306ef3357e7e604
1 change: 1 addition & 0 deletions trunk/net/ipv4/inet_timewait_sock.c
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,7 @@ struct inet_timewait_sock *inet_twsk_alloc(const struct sock *sk, const int stat
tw->tw_hash = sk->sk_hash;
tw->tw_ipv6only = 0;
tw->tw_prot = sk->sk_prot_creator;
tw->tw_net = sk->sk_net;
atomic_set(&tw->tw_refcnt, 1);
inet_twsk_dead_node_init(tw);
__module_get(tw->tw_prot->owner);
Expand Down

0 comments on commit 63a1a41

Please sign in to comment.