From 9935f7d3b02e1289bfc42556b835cd214c764887 Mon Sep 17 00:00:00 2001 From: Pavel Emelyanov Date: Thu, 26 Feb 2009 03:35:13 -0800 Subject: [PATCH] --- yaml --- r: 131955 b: refs/heads/master c: 3f53a38131a4e7a053c0aa060aba0411242fb6b9 h: refs/heads/master i: 131953: 0c8d3f71d23b9342103a1a1fd8b1c3b1d8de726b 131951: 515e7ab046e97ecde8ca0a62954078e431cf9e3d v: v3 --- [refs] | 2 +- trunk/net/ipv6/inet6_hashtables.c | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/[refs] b/[refs] index 0320ec4f0c1e..41db6fa781be 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 0c9a3aaaf30e1d1994de58c554ef97a719e20892 +refs/heads/master: 3f53a38131a4e7a053c0aa060aba0411242fb6b9 diff --git a/trunk/net/ipv6/inet6_hashtables.c b/trunk/net/ipv6/inet6_hashtables.c index 8fe267feb81e..1bcc3431859e 100644 --- a/trunk/net/ipv6/inet6_hashtables.c +++ b/trunk/net/ipv6/inet6_hashtables.c @@ -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); }