]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
[NETFILTER]: xt_time should not assume CONFIG_KTIME_SCALAR
authorEric Dumazet <dada1@cosmosbay.com>
Tue, 13 Nov 2007 11:49:53 +0000 (03:49 -0800)
committerDavid S. Miller <davem@davemloft.net>
Tue, 13 Nov 2007 11:49:53 +0000 (03:49 -0800)
commit53756524e42a71011f5ae6410d6ac386bf3a9e7b
tree3c168853549faee76be49b724d8da21a56a13ff2
parent022cbae611a37eda80d498f8f379794c8ac3be47
[NETFILTER]: xt_time should not assume CONFIG_KTIME_SCALAR

It is not correct to assume one can get nsec from a ktime directly by
using .tv64 field.

Signed-off-by: Eric Dumazet <dada1@cosmosbay.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/netfilter/xt_time.c