Whamcloud - gitweb
LU-10391 ptlrpc: change rq_peer to struct lnet_nid
[fs/lustre-release.git] / lustre / ptlrpc / lproc_ptlrpc.c
index 7c06a49..92c1325 100644 (file)
@@ -1065,7 +1065,7 @@ static int ptlrpc_lprocfs_svc_req_history_show(struct seq_file *s, void *iter)
                                req->rq_export->exp_obd->obd_name :
                                libcfs_nidstr_r(&req->rq_self, nidstr,
                                                sizeof(nidstr)),
-                          libcfs_id2str(req->rq_peer), req->rq_xid,
+                          libcfs_idstr(&req->rq_peer), req->rq_xid,
                           req->rq_reqlen, ptlrpc_rqphase2str(req),
                           (s64)req->rq_arrival_time.tv_sec,
                           (s64)(req->rq_arrival_time.tv_nsec / NSEC_PER_USEC),