Whamcloud - gitweb
LU-16314 obdclass: Migrate LASSERTF %p to %px
[fs/lustre-release.git] / lustre / target / update_trans.c
index 336dba5..c5b8cf9 100644 (file)
@@ -1556,9 +1556,8 @@ static int distribute_txn_commit_thread(void *_arg)
                        } else if (!tdtd->tdtd_lut->lut_obd->obd_recovering) {
                                __set_current_state(TASK_RUNNING);
                                LASSERTF(tmt->tmt_batchid >= batchid,
-                                        "tmt %p tmt_batchid: %llu, batchid "
-                                         "%llu\n", tmt, tmt->tmt_batchid,
-                                        batchid);
+                                        "tmt %px tmt_batchid: %llu, batchid %llu\n",
+                                        tmt, tmt->tmt_batchid, batchid);
                                /* There are three types of distribution
                                 * transaction result
                                 *