From: Andrew Perepechko Date: Mon, 11 Jan 2010 14:45:48 +0000 (+0300) Subject: b=21670 use the correct fmt specifier for *printf in check_cur_qunit X-Git-Tag: 1.10.0.35~20 X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=commitdiff_plain;h=433133a5f7be74c404c7b40d038b2f0b161ffab3;ds=sidebyside b=21670 use the correct fmt specifier for *printf in check_cur_qunit i=Dmitry Zogin i=Sheng Yang --- diff --git a/lustre/quota/quota_context.c b/lustre/quota/quota_context.c index 0a19113..43e7c67 100644 --- a/lustre/quota/quota_context.c +++ b/lustre/quota/quota_context.c @@ -349,7 +349,7 @@ check_cur_qunit(struct obd_device *obd, quota_compute_lqs(qdata, lqs, 1, (ret == 1) ? 1 : 0); CDEBUG(D_QUOTA, "type: %c, limit: "LPU64", usage: "LPU64 - ", pending_write: "LPU64", record: "LPD64 + ", pending_write: "LPU64", record: %lld" ", qunit_sz: %lu, tune_sz: %lu, ret: %d.\n", QDATA_IS_BLK(qdata) ? 'b' : 'i', limit, usage, pending_write, record, qunit_sz, tune_sz, ret);