Whamcloud - gitweb
LU-9019 ldlm: migrate the rest of the code to 64 bit time
[fs/lustre-release.git] / lustre / ptlrpc / ptlrpcd.c
index dc9f948..8a9f049 100644 (file)
@@ -212,7 +212,7 @@ void ptlrpcd_add_rqset(struct ptlrpc_request_set *set)
 
                LASSERT(req->rq_phase == RQ_PHASE_NEW);
                req->rq_set = new;
-               req->rq_queued_time = cfs_time_current();
+               req->rq_queued_time = ktime_get_seconds();
        }
 
        spin_lock(&new->set_new_req_lock);