staging: lustre: remove LPX64 define
[deliverable/linux.git] / drivers / staging / lustre / lustre / lov / lov_ea.c
index 1c304b0d19e711ab92d53f66184b5273c4e9162c..2401ca8725074bc7fc3da189312662f4e00feb57 100644 (file)
@@ -348,7 +348,7 @@ const struct lsm_operations lsm_v3_ops = {
 
 void dump_lsm(unsigned int level, const struct lov_stripe_md *lsm)
 {
-       CDEBUG(level, "lsm %p, objid "DOSTID", maxbytes "LPX64", magic 0x%08X,"
+       CDEBUG(level, "lsm %p, objid "DOSTID", maxbytes %#llx, magic 0x%08X,"
               " stripe_size %u, stripe_count %u, refc: %d,"
               " layout_gen %u, pool ["LOV_POOLNAMEF"]\n", lsm,
               POSTID(&lsm->lsm_oi), lsm->lsm_maxbytes, lsm->lsm_magic,
This page took 0.04333 seconds and 5 git commands to generate.