Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 131955
b: refs/heads/master
c: 3f53a38
h: refs/heads/master
i:
  131953: 0c8d3f7
  131951: 515e7ab
v: v3
  • Loading branch information
Pavel Emelyanov authored and David S. Miller committed Feb 26, 2009
1 parent 10ab0a5 commit 9935f7d
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 0c9a3aaaf30e1d1994de58c554ef97a719e20892
refs/heads/master: 3f53a38131a4e7a053c0aa060aba0411242fb6b9
4 changes: 2 additions & 2 deletions trunk/net/ipv6/inet6_hashtables.c
Original file line number Diff line number Diff line change
Expand Up @@ -258,11 +258,11 @@ static int __inet6_check_established(struct inet_timewait_death_row *death_row,

if (twp != NULL) {
*twp = tw;
NET_INC_STATS_BH(twsk_net(tw), LINUX_MIB_TIMEWAITRECYCLED);
NET_INC_STATS_BH(net, LINUX_MIB_TIMEWAITRECYCLED);
} else if (tw != NULL) {
/* Silly. Should hash-dance instead... */
inet_twsk_deschedule(tw, death_row);
NET_INC_STATS_BH(twsk_net(tw), LINUX_MIB_TIMEWAITRECYCLED);
NET_INC_STATS_BH(net, LINUX_MIB_TIMEWAITRECYCLED);

inet_twsk_put(tw);
}
Expand Down

0 comments on commit 9935f7d

Please sign in to comment.