On Thu, Feb 21, 2019 at 03:38:29PM +0100, Florian Westphal wrote: > No need to dirty a cache line if timeout is unchanged. > Also, WARN() is useless here: we crash on 'skb->len' access > if skb is NULL. > > Last, ct->timeout is u32, not 'unsigned long' so adapt the > function prototype accordingly. Applied, thanks.