X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=blobdiff_plain;f=lustre%2Fquota%2Fquota_master.c;h=f675772688f4778e1cf76de023fff5b0e3f8eb3b;hp=6397393cb204d0ee247778f35fbec1b2891ebc95;hb=408c61bd36c1cf41a432e152de9891bcd0c3e49f;hpb=2b5caa112fcc4361b255105fa331b8fcbc11799a diff --git a/lustre/quota/quota_master.c b/lustre/quota/quota_master.c index 6397393..f675772 100644 --- a/lustre/quota/quota_master.c +++ b/lustre/quota/quota_master.c @@ -938,6 +938,8 @@ int do_mds_quota_off(struct obd_device *obd, struct obd_quotactl *oqctl) EXIT; out: + CDEBUG(D_QUOTA, "%s: quotaoff type:flags:rc %u:%lu:%d\n", + obd->obd_name, oqctl->qc_type, qctxt->lqc_flags, rc); cfs_up_write(&mds->mds_qonoff_sem); pop_ctxt(&saved, &obd->obd_lvfs_ctxt, NULL); return rc ? : (rc1 ? : rc2);