From: Eric Dumazet Date: Wed, 12 Dec 2007 19:11:28 +0000 (-0800) Subject: [NETFILTER]: xt_hashlimit should use time_after_eq() X-Git-Tag: v2.6.24-rc6~67^2~15 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cbebc51f7b77d26ec23145d6ef22ac2b209f7955;p=pandora-kernel.git [NETFILTER]: xt_hashlimit should use time_after_eq() In order to avoid jiffies wraparound and its effect, special care must be taken when doing comparisons ... Signed-off-by: Eric Dumazet Acked-by: Patrick McHardy Signed-off-by: David S. Miller --- Reading git-diff-tree failed