Whamcloud - gitweb
Branch: b1_4
authoradilger <adilger>
Wed, 6 Apr 2005 21:56:14 +0000 (21:56 +0000)
committeradilger <adilger>
Wed, 6 Apr 2005 21:56:14 +0000 (21:56 +0000)
Conversely, loff_t is always %llu.

lustre/mds/quota_master.c

index df67fa0..e7ca633 100644 (file)
@@ -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, \