]> err.no Git - linux-2.6/blobdiff - net/sunrpc/xprt.c
SUNRPC: Ensure all transports set rq_xtime consistently
[linux-2.6] / net / sunrpc / xprt.c
index 67996bd7fbf9c9261dcd29f781f260fef951e9b1..99a52aabe332a70d881a427dd1beba36e9d1d87a 100644 (file)
@@ -872,6 +872,7 @@ void xprt_transmit(struct rpc_task *task)
                return;
 
        req->rq_connect_cookie = xprt->connect_cookie;
+       req->rq_xtime = jiffies;
        status = xprt->ops->send_request(task);
        if (status == 0) {
                dprintk("RPC: %5u xmit complete\n", task->tk_pid);