Whamcloud - gitweb
LU-4017 quota: redefine LL_MAXQUOTAS for Lustre
[fs/lustre-release.git] / lustre / quota / qsd_config.c
index 282526c..06e566e 100644 (file)
@@ -198,7 +198,7 @@ int qsd_process_config(struct lustre_cfg *lcfg)
                                continue;
                        }
 
-                       for (type = USRQUOTA; type < MAXQUOTAS; type++) {
+                       for (type = USRQUOTA; type < LL_MAXQUOTAS; type++) {
                                qqi = qsd->qsd_type_array[type];
                                qsd_start_reint_thread(qqi);
                        }