On Fri, Dec 30, 2011 at 10:40:17AM -0500, Xi Wang wrote: > The sanity check (timeout < 0) never works; the dividend is unsigned > and so is the division, which should have been a signed division. > > long timeout = (ct->timeout.expires - jiffies) / HZ; > if (timeout < 0) > timeout = 0; > > This patch converts the time values to signed for the division. > > Signed-off-by: Xi Wang <xi.wang@xxxxxxxxx> Applied, thanks. -- To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html