From bf21be70252f81f83bbc132da16314a554251756 Mon Sep 17 00:00:00 2001 From: adilger Date: Wed, 6 Apr 2005 21:56:14 +0000 Subject: [PATCH] Branch: b1_4 Conversely, loff_t is always %llu. --- lustre/mds/quota_master.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, \ -- 1.8.3.1