Whamcloud - gitweb
LU-16314 llite: Migrate LASSERTF %p to %px
[fs/lustre-release.git] / lustre / ldlm / ldlm_request.c
index 6fea124..e51cd98 100644 (file)
@@ -2469,7 +2469,7 @@ static int ldlm_chain_lock_for_replay(struct ldlm_lock *lock, void *closure)
 
        /* we use l_pending_chain here, because it's unused on clients. */
        LASSERTF(list_empty(&lock->l_pending_chain),
-                "lock %p next %p prev %p\n",
+                "lock %px next %px prev %px\n",
                 lock, &lock->l_pending_chain.next,
                 &lock->l_pending_chain.prev);
        /*