commit | 53756524e42a71011f5ae6410d6ac386bf3a9e7b | [log] [tgz] |
---|---|---|
author | Eric Dumazet <dada1@cosmosbay.com> | Tue Nov 13 03:49:53 2007 -0800 |
committer | David S. Miller <davem@davemloft.net> | Tue Nov 13 03:49:53 2007 -0800 |
tree | 3c168853549faee76be49b724d8da21a56a13ff2 | |
parent | 022cbae611a37eda80d498f8f379794c8ac3be47 [diff] |
[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>