commit | f56916b97fe2031761ca611f0a342efd913afb33 | [log] [tgz] |
---|---|---|
author | Chuck Lever <chuck.lever@oracle.com> | Fri May 07 13:34:37 2010 -0400 |
committer | Trond Myklebust <Trond.Myklebust@netapp.com> | Fri May 14 15:09:32 2010 -0400 |
tree | 92a212cc837ccc365439e7fac971893a1baca190 | |
parent | bbc72cea58f671665b6362be0d4e391813ac0eee [diff] |
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 <chuck.lever@oracle.com> Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>