X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=blobdiff_plain;f=lustre%2Fquota%2Fqmt_internal.h;h=6b1892efdaf4316a78001512eab126db1795fa8a;hp=c3f7fd6789768003fc35e5cf48ef56a4ec4deb0c;hb=a7e0ce3a5780fb4530fb651ad5c8e5371cfca6db;hpb=e9b0c8b55c100e1d86093636309b385a913e927e diff --git a/lustre/quota/qmt_internal.h b/lustre/quota/qmt_internal.h index c3f7fd6..6b1892e 100644 --- a/lustre/quota/qmt_internal.h +++ b/lustre/quota/qmt_internal.h @@ -116,18 +116,18 @@ struct qmt_pool_info { /* pointer to dt object associated with global indexes for both user * and group quota */ - struct dt_object *qpi_glb_obj[MAXQUOTAS]; + struct dt_object *qpi_glb_obj[LL_MAXQUOTAS]; /* A pool supports two different quota types: user and group quota. * Each quota type has its own global index and lquota_entry hash table. */ - struct lquota_site *qpi_site[MAXQUOTAS]; + struct lquota_site *qpi_site[LL_MAXQUOTAS]; /* number of slaves registered for each quota types */ - int qpi_slv_nr[MAXQUOTAS]; + int qpi_slv_nr[LL_MAXQUOTAS]; /* reference on lqe (ID 0) storing grace time. */ - struct lquota_entry *qpi_grace_lqe[MAXQUOTAS]; + struct lquota_entry *qpi_grace_lqe[LL_MAXQUOTAS]; /* procfs root directory for this pool */ struct proc_dir_entry *qpi_proc;