From 6ea9ded44669fff0cc68f187fb29940cecba327b Mon Sep 17 00:00:00 2001 From: alex Date: Sat, 14 May 2005 15:31:22 +0000 Subject: [PATCH] - minor cleanups --- lustre/ptlrpc/client.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/lustre/ptlrpc/client.c b/lustre/ptlrpc/client.c index a3c8f3b..ce0eddc 100644 --- a/lustre/ptlrpc/client.c +++ b/lustre/ptlrpc/client.c @@ -868,8 +868,6 @@ int ptlrpc_expire_one_request(struct ptlrpc_request *req) if (replied) RETURN(0); - DEBUG_REQ(D_ERROR, req, "timeout (sent at %lu)", (long)req->rq_sent); - ptlrpc_unregister_reply (req); if (obd_dump_on_timeout) @@ -1289,7 +1287,6 @@ void ptlrpc_restart_req(struct ptlrpc_request *req) static int expired_request(void *data) { struct ptlrpc_request *req = data; - struct obd_import *imp; ENTRY; /* some failure can suspend regular timeouts */ -- 1.8.3.1