Whamcloud - gitweb
LU-10391 ptlrpc: change rq_peer to struct lnet_nid
[fs/lustre-release.git] / lustre / ptlrpc / sec.c
index 7a19f5c..c308b69 100644 (file)
@@ -2238,7 +2238,7 @@ int sptlrpc_svc_unwrap_request(struct ptlrpc_request *req)
                break;
        default:
                CERROR("error unpacking request from %s x%llu\n",
-                      libcfs_id2str(req->rq_peer), req->rq_xid);
+                      libcfs_idstr(&req->rq_peer), req->rq_xid);
                RETURN(SECSVC_DROP);
        }