X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=blobdiff_plain;f=lustre%2Fquota%2Fquota_internal.h;h=9550f52c946fabb2375dee29775bf1377d506675;hp=5756e88d0f47df5138794a53516806b8a00acb3f;hb=78377ff4718213ffaa609ce150afda31e3756b38;hpb=fddc386818cc1358e6c4212a7aaf6b89e5c8099a diff --git a/lustre/quota/quota_internal.h b/lustre/quota/quota_internal.h index 5756e88..9550f52 100644 --- a/lustre/quota/quota_internal.h +++ b/lustre/quota/quota_internal.h @@ -63,6 +63,8 @@ int qctxt_init(struct lustre_quota_ctxt *qctxt, struct super_block *sb, void qctxt_cleanup(struct lustre_quota_ctxt *qctxt, int force); void qslave_start_recovery(struct obd_device *obd, struct lustre_quota_ctxt *qctxt); +int compute_remquota(struct obd_device *obd, + struct lustre_quota_ctxt *qctxt, struct qunit_data *qdata); /* quota_master.c */ int lustre_dquot_init(void); void lustre_dquot_exit(void);