ktime: Get rid of the union
[linux-2.6-block.git] / net / sunrpc / svcsock.c
index a3e85ee28b5a872b8f269b0e6ead279fed2e5f4f..de066acdb34e322fd0ffa78da3e65d380c2f4fc2 100644 (file)
@@ -574,7 +574,7 @@ static int svc_udp_recvfrom(struct svc_rqst *rqstp)
        }
        len = svc_addr_len(svc_addr(rqstp));
        rqstp->rq_addrlen = len;
-       if (skb->tstamp.tv64 == 0) {
+       if (skb->tstamp == 0) {
                skb->tstamp = ktime_get_real();
                /* Don't enable netstamp, sunrpc doesn't
                   need that much accuracy */