commit | 3501466941347f0e1992b2672affb3feb92925fd | [log] [tgz] |
---|---|---|
author | David S. Miller <davem@davemloft.net> | Tue Aug 09 14:57:12 2005 -0700 |
committer | David S. Miller <davem@davemloft.net> | Tue Aug 09 14:57:12 2005 -0700 |
tree | 4db1741d4400b704609d495c68728c962ea3982a | |
parent | 00dd1e433967872f3997a45d5adf35056fdf2f56 [diff] |
[SUNRPC]: Fix nsec --> usec conversion. We need to divide, not multiply. While we're here, use NSEC_PER_USEC instead of a magic constant. Based upon a report from Josip Loncaric and a patch by Andrew Morton. Signed-off-by: David S. Miller <davem@davemloft.net>