Whamcloud - gitweb
LU-9019 ldlm: migrate the rest of the code to 64 bit time
[fs/lustre-release.git] / lustre / quota / qmt_handler.c
index e0c99ad..52963e1 100644 (file)
@@ -638,8 +638,8 @@ static int qmt_dqacq(const struct lu_env *env, struct lu_device *ld,
                }
 
                if (ldlm_is_ast_sent(lock)) {
-                       struct ptlrpc_service_part      *svc;
-                       unsigned int                     timeout;
+                       struct ptlrpc_service_part *svc;
+                       time64_t timeout;
 
                        svc = req->rq_rqbd->rqbd_svcpt;
                        timeout = at_est2timeout(at_get(&svc->scp_at_estimate));