diff options
Diffstat (limited to 'net/sunrpc')
-rw-r--r-- | net/sunrpc/svcsock.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/sunrpc/svcsock.c b/net/sunrpc/svcsock.c index 130f2b5d93dd..f16e7cdd6150 100644 --- a/net/sunrpc/svcsock.c +++ b/net/sunrpc/svcsock.c | |||
@@ -584,7 +584,7 @@ svc_udp_recvfrom(struct svc_rqst *rqstp) | |||
584 | struct timeval tv; | 584 | struct timeval tv; |
585 | 585 | ||
586 | tv.tv_sec = xtime.tv_sec; | 586 | tv.tv_sec = xtime.tv_sec; |
587 | tv.tv_usec = xtime.tv_nsec * 1000; | 587 | tv.tv_usec = xtime.tv_nsec / NSEC_PER_USEC; |
588 | skb_set_timestamp(skb, &tv); | 588 | skb_set_timestamp(skb, &tv); |
589 | /* Don't enable netstamp, sunrpc doesn't | 589 | /* Don't enable netstamp, sunrpc doesn't |
590 | need that much accuracy */ | 590 | need that much accuracy */ |