[SUNRPC]: Fix nsec --> usec conversion.
authorDavid S. Miller <davem@davemloft.net>
Tue, 9 Aug 2005 21:57:12 +0000 (14:57 -0700)
committerDavid S. Miller <davem@davemloft.net>
Tue, 9 Aug 2005 21:57:12 +0000 (14:57 -0700)
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>

No differences found