From e7d5785c52dfcfa9aedd3f967a12a35ecade9fc2 Mon Sep 17 00:00:00 2001 From: pschwan Date: Thu, 7 Nov 2002 21:26:03 +0000 Subject: [PATCH] Fix build-breaking thinko --- lustre/ptlrpc/recovd.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lustre/ptlrpc/recovd.c b/lustre/ptlrpc/recovd.c index 9f5d2a2..1520cf9 100644 --- a/lustre/ptlrpc/recovd.c +++ b/lustre/ptlrpc/recovd.c @@ -125,8 +125,8 @@ void recovd_conn_fail(struct ptlrpc_connection *conn) } CERROR("connection %p to %s failed\n", conn, conn->c_remote_uuid); - CERROR("peer is %08x %08lx %08lx\n", conn->c_peer->peer_nid, - conn->c_peer->peer_ni.nal_idx, conn->c_peer->peer_ni.handle_idx); + CERROR("peer is %08x %08lx %08lx\n", conn->c_peer.peer_nid, + conn->c_peer.peer_ni.nal_idx, conn->c_peer.peer_ni.handle_idx); list_del(&rd->rd_managed_chain); list_add_tail(&rd->rd_managed_chain, &recovd->recovd_troubled_items); if (rd->rd_phase != RD_IDLE) { -- 1.8.3.1