commit | cdd04d98f6922f5a7ba52714f077140d42bc67c9 | [log] [tgz] |
---|---|---|
author | YOSHIFUJI Hideaki <yoshfuji@linux-ipv6.org> | Mon Apr 21 14:28:45 2008 -0700 |
committer | David S. Miller <davem@davemloft.net> | Mon Apr 21 14:28:45 2008 -0700 |
tree | 501f645032b1becd913ef8bea8acba7232bee7fd | |
parent | 633d424bf33dab99e77b36210fbd1b996e7823df [diff] |
[DCCP]: Convert do_gettimeofday() to getnstimeofday(). What do_gettimeofday() does is to call getnstimeofday() and to convert the result from timespec{} to timeval{}. We do not always need timeval{} and we can convert timespec{} when we really need (to print). Signed-off-by: YOSHIFUJI Hideaki <yoshfuji@linux-ipv6.org> Acked-by: Arnaldo Carvalho de Melo <acme@redhat.com> Signed-off-by: David S. Miller <davem@davemloft.net>