commit | d7b88513c504e49d450b0f89f80ba9d451a3c804 | [log] [tgz] |
---|---|---|
author | Dominique Quatravaux <dominique@quatravaux.org> | Mon Feb 04 22:31:15 2008 -0800 |
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | Tue Feb 05 09:44:30 2008 -0800 |
tree | 12af1040a75fd1909f30f5d3ebbdddb0d246b6c3 | |
parent | c5d4bb171cab17576779a51d23d313abcb3db102 [diff] |
uml: fix hostfs tv_usec calculations To convert from tv_nsec to tv_usec, one needs to divide by 1000, not multiply. Signed-off-by: Dominique Quatravaux <dominique@quatravaux.org> Signed-off-by: Jeff Dike <jdike@linux.intel.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>