]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
[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)
commit3501466941347f0e1992b2672affb3feb92925fd
tree4db1741d4400b704609d495c68728c962ea3982a
parent00dd1e433967872f3997a45d5adf35056fdf2f56
[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>
net/sunrpc/svcsock.c