From b986a531cf2ceb3c472bb42813b5f9bcc2676dc1 Mon Sep 17 00:00:00 2001 From: jacob Date: Wed, 18 May 2005 00:51:54 +0000 Subject: [PATCH] r=phil stop lying just to be popular. --- lustre/ptlrpc/import.c | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/lustre/ptlrpc/import.c b/lustre/ptlrpc/import.c index 35254bd..bf590b4 100644 --- a/lustre/ptlrpc/import.c +++ b/lustre/ptlrpc/import.c @@ -616,11 +616,8 @@ int ptlrpc_import_recovery_state_machine(struct obd_import *imp) deuuidify(imp->imp_target_uuid.uuid, NULL, &target_start, &target_len); LCONSOLE_ERROR("This client was evicted by %.*s; in progress " - "operations using this service will %s.\n", - target_len, target_start, - imp->imp_replayable - ? "be reattempted" - : "fail"); + "operations using this service will fail.\n", + target_len, target_start); CDEBUG(D_HA, "evicted from %s@%s; invalidating\n", imp->imp_target_uuid.uuid, imp->imp_connection->c_remote_uuid.uuid); -- 1.8.3.1