Whamcloud - gitweb
LU-16314 obdclass: Migrate LASSERTF %p to %px
[fs/lustre-release.git] / lustre / ptlrpc / recover.c
index 565ec13..ef5b4e7 100644 (file)
@@ -176,8 +176,8 @@ int ptlrpc_resend(struct obd_import *imp)
 
        list_for_each_entry(req, &imp->imp_sending_list, rq_list) {
                LASSERTF((long)req > PAGE_SIZE && req != LP_POISON,
-                        "req %p bad\n", req);
-               LASSERTF(req->rq_type != LI_POISON, "req %p freed\n", req);
+                        "req %px bad\n", req);
+               LASSERTF(req->rq_type != LI_POISON, "req %px freed\n", req);
 
                /* If the request is allowed to be sent during replay and it
                 * is not timeout yet, then it does not need to be resent. */