Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 187f5f84 authored by Eric Dumazet's avatar Eric Dumazet Committed by David S. Miller
Browse files

[INET]: twcal_jiffie should be unsigned long, not int

parent 122d76bd
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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];