From: adilger Date: Wed, 6 Apr 2005 21:56:14 +0000 (+0000) Subject: Branch: b1_4 X-Git-Tag: v1_8_0_110~486^7~48 X-Git-Url: https://git.whamcloud.com/gitweb?a=commitdiff_plain;h=bf21be70252f81f83bbc132da16314a554251756;p=fs%2Flustre-release.git Branch: b1_4 Conversely, loff_t is always %llu. --- diff --git a/lustre/mds/quota_master.c b/lustre/mds/quota_master.c index df67fa0..e7ca633 100644 --- a/lustre/mds/quota_master.c +++ b/lustre/mds/quota_master.c @@ -163,7 +163,7 @@ static void lustre_dqput(struct lustre_dquot *dquot) } #define DQUOT_DEBUG(dquot, fmt, arg...) \ - CDEBUG(D_QUOTA, "refcnt(%u) id(%u) type(%u) off("LPX64") flags(%lu) " \ + CDEBUG(D_QUOTA, "refcnt(%u) id(%u) type(%u) off(%llu) flags(%lu) " \ "bhardlimit(%u) curspace("LPX64") ihardlimit(%u) " \ "curinodes(%u): " fmt, atomic_read(&dquot->dq_refcnt), \ dquot->dq_id, dquot->dq_type, dquot->dq_off, dquot->dq_flags, \