Whamcloud - gitweb
LU-10759 test: sanity tests need check for 2 or more OSTs
[fs/lustre-release.git] / lustre / quota / qmt_handler.c
index e0c99ad..a75909f 100644 (file)
@@ -21,7 +21,7 @@
  * GPL HEADER END
  */
 /*
- * Copyright (c) 2012, Intel Corporation.
+ * Copyright (c) 2012, 2017, Intel Corporation.
  * Use is subject to license terms.
  *
  * Author: Johann Lombardi <johann.lombardi@intel.com>
@@ -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));