diff options
Diffstat (limited to 'net/sunrpc/svcsock.c')
-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 a3e85ee28b5a..de066acdb34e 100644 --- a/net/sunrpc/svcsock.c +++ b/net/sunrpc/svcsock.c | |||
@@ -574,7 +574,7 @@ static int svc_udp_recvfrom(struct svc_rqst *rqstp) | |||
574 | } | 574 | } |
575 | len = svc_addr_len(svc_addr(rqstp)); | 575 | len = svc_addr_len(svc_addr(rqstp)); |
576 | rqstp->rq_addrlen = len; | 576 | rqstp->rq_addrlen = len; |
577 | if (skb->tstamp.tv64 == 0) { | 577 | if (skb->tstamp == 0) { |
578 | skb->tstamp = ktime_get_real(); | 578 | skb->tstamp = ktime_get_real(); |
579 | /* Don't enable netstamp, sunrpc doesn't | 579 | /* Don't enable netstamp, sunrpc doesn't |
580 | need that much accuracy */ | 580 | need that much accuracy */ |