[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <200703051609.21133.dada1@cosmosbay.com>
Date: Mon, 5 Mar 2007 16:09:21 +0100
From: Eric Dumazet <dada1@...mosbay.com>
To: David Miller <davem@...emloft.net>, netdev@...r.kernel.org
Cc: Arnaldo Carvalho de Melo <acme@...driva.com>
Subject: [PATCH] twcal_jiffie should be unsigned long, not int
Hi David
While browsing include/net/inet_timewait_sock.h, I found this buggy definition
of twcal_jiffie.
int twcal_jiffie;
I wonder how inet_twdr_twcal_tick() can really works on x86_64
This seems quite an old bug, it was there before introduction of
inet_timewait_death_row made by Arnaldo Carvalho de Melo.
[PATCH] twcal_jiffie should be unsigned long, not int
Signed-off-by: Eric Dumazet <dada1@...mosbay.com>
View attachment "twcal_jiffie.patch" of type "text/plain" (478 bytes)
Powered by blists - more mailing lists