X-Git-Url: https://git.whamcloud.com/?a=blobdiff_plain;f=lustre%2Fobdclass%2Fdebug.c;h=a80cd2c42e155ffac22207722d8eee525f08edd8;hb=9f463e30893138845eb571cc32426e8d1e04a9fa;hp=ed5faa384791d5a8407c9b18f6e685d3fea82d41;hpb=665e36b780faa2144cecccd29a0d8a8196a76903;p=fs%2Flustre-release.git diff --git a/lustre/obdclass/debug.c b/lustre/obdclass/debug.c index ed5faa3..a80cd2c 100644 --- a/lustre/obdclass/debug.c +++ b/lustre/obdclass/debug.c @@ -117,7 +117,7 @@ int dump_obdo(struct obdo *oa) void dump_lsm(int level, struct lov_stripe_md *lsm) { CDEBUG(level, "lsm %p, objid "LPX64", maxbytes "LPX64", magic 0x%08X, " - "stripe_size %u, stripe_count %u pool "POOLNAMEF"\n", lsm, + "stripe_size %u, stripe_count %u pool "LOV_POOLNAMEF"\n", lsm, lsm->lsm_object_id, lsm->lsm_maxbytes, lsm->lsm_magic, lsm->lsm_stripe_size, lsm->lsm_stripe_count, lsm->lsm_pool_name);