From: Andrew Perepechko Date: Thu, 24 Dec 2009 14:10:10 +0000 (+0300) Subject: b=21670 output format specifiers fixes in LQS_DEBUG X-Git-Tag: 1.10.0.34~9 X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=commitdiff_plain;h=60e3010700ce940ff2d737ef1e7cc6114151b404 b=21670 output format specifiers fixes in LQS_DEBUG i=Andreas Dilger --- diff --git a/lustre/quota/quota_internal.h b/lustre/quota/quota_internal.h index 2bc82c0..e3c88e6 100644 --- a/lustre/quota/quota_internal.h +++ b/lustre/quota/quota_internal.h @@ -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', \