From: YOSHIFUJI Hideaki Date: Mon, 21 Apr 2008 21:28:45 +0000 (-0700) Subject: [DCCP]: Convert do_gettimeofday() to getnstimeofday(). X-Git-Tag: v2.6.26-rc1~1095^2~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cdd04d98f6922f5a7ba52714f077140d42bc67c9;p=pandora-kernel.git [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 Acked-by: Arnaldo Carvalho de Melo Signed-off-by: David S. Miller --- Reading git-diff-tree failed