Whamcloud - gitweb
b=21670 output format specifiers fixes in LQS_DEBUG
authorAndrew Perepechko <Andrew.Perepechko@sun.com>
Thu, 24 Dec 2009 14:10:10 +0000 (17:10 +0300)
committerMike Tappro <tappro@garden.(none)>
Fri, 25 Dec 2009 06:48:34 +0000 (09:48 +0300)
i=Andreas Dilger

lustre/quota/quota_internal.h

index 2bc82c0..e3c88e6 100644 (file)
@@ -87,7 +87,7 @@
 #define LQS_DEBUG(lqs, fmt, arg...)                                           \
         CDEBUG(D_QUOTA, "lqs(%p) id(%u) flag(%lu) type(%c) bunit(%lu) "       \
                "btune(%lu) iunit(%lu) itune(%lu) lqs_bwrite_pending(%lu) "    \
-               "lqs_iwrite_pending(%lu) ino_rec("LPD64") blk_rec("LPD64" ) "  \
+               "lqs_iwrite_pending(%lu) ino_rec(%lld) blk_rec(%lld) "         \
                "refcount(%d): "                                               \
                fmt, lqs, lqs->lqs_id, lqs->lqs_flags,                         \
                LQS_IS_GRP(lqs) ? 'g' : 'u',                                   \