[DCCP]: Convert do_gettimeofday() to getnstimeofday().
authorYOSHIFUJI Hideaki <yoshfuji@linux-ipv6.org>
Mon, 21 Apr 2008 21:28:45 +0000 (14:28 -0700)
committerDavid S. Miller <davem@davemloft.net>
Mon, 21 Apr 2008 21:28:45 +0000 (14:28 -0700)
commitcdd04d98f6922f5a7ba52714f077140d42bc67c9
tree501f645032b1becd913ef8bea8acba7232bee7fd
parent633d424bf33dab99e77b36210fbd1b996e7823df
[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>
net/dccp/probe.c