From: YOSHIFUJI Hideaki Date: Mon, 21 Apr 2008 09:34:08 +0000 (-0700) Subject: [IPV4]: Convert do_gettimeofday() to getnstimeofday(). X-Git-Tag: v2.6.26-rc1~1095^2~13 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f25c3d613b12b4b6219d03e9930cac5f59541468;p=pandora-kernel.git [IPV4]: Convert do_gettimeofday() to getnstimeofday(). What do_gettimeofday() does is to call getnstimeofday() and to convert the result from timespec{} to timeval{}. After that, these callers convert the result again to msec. Use getnstimeofday() and convert the units at once. Signed-off-by: YOSHIFUJI Hideaki Signed-off-by: David S. Miller --- Reading git-diff-tree failed