Whamcloud - gitweb
LU-16314 obdclass: Migrate LASSERTF %p to %px
[fs/lustre-release.git] / lustre / quota / qmt_pool.c
index 9c89695..e12308d 100644 (file)
@@ -321,7 +321,7 @@ static inline int qti_pools_add(const struct lu_env *env,
 
        pools = qti_pools(qti);
        LASSERTF(qti->qti_pools_num >= QMT_MAX_POOL_NUM,
-                "Forgot init? %p\n", qti);
+                "Forgot init? %px\n", qti);
 
        if (qti->qti_pools_cnt >= qti->qti_pools_num) {
                OBD_ALLOC(pools, sizeof(qpi) * qti->qti_pools_num * 2);