]> git.hungrycats.org Git - linux/commitdiff
Fix timewait jiffies
authorEric Dumazet <dada1@cosmosbay.com>
Thu, 8 Mar 2007 02:48:44 +0000 (18:48 -0800)
committerGreg Kroah-Hartman <gregkh@suse.de>
Tue, 13 Mar 2007 18:26:47 +0000 (11:26 -0700)
[INET]: twcal_jiffie should be unsigned long, not int

Signed-off-by: Eric Dumazet <dada1@cosmosbay.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
include/net/inet_timewait_sock.h

index f7be1ac736016e404f30e462b80aa6f42c35e922..09a2532699b236c0eb7f2af11ba5da7b6c93a709 100644 (file)
@@ -66,7 +66,7 @@ struct inet_hashinfo;
 struct inet_timewait_death_row {
        /* Short-time timewait calendar */
        int                     twcal_hand;
-       int                     twcal_jiffie;
+       unsigned long           twcal_jiffie;
        struct timer_list       twcal_timer;
        struct hlist_head       twcal_row[INET_TWDR_RECYCLE_SLOTS];