From: Chuck Lever Date: Fri, 7 May 2010 17:34:37 +0000 (-0400) Subject: ktime: introduce ktime_to_ms() X-Git-Tag: v2.6.35-rc1~490^2~16 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f56916b97fe2031761ca611f0a342efd913afb33;p=pandora-kernel.git ktime: introduce ktime_to_ms() To report ktime statistics to user space in milliseconds, a new helper is required. When considering how to do this conversion, I didn't immediately see why the extra step of converting ktime to a timeval was needed. To make that more clear, introduce a couple of large comments. Signed-off-by: Chuck Lever Signed-off-by: Trond Myklebust --- Reading git-diff-tree failed