From 20d7ebdea11edb712a37047ce25573c22c4d5857 Mon Sep 17 00:00:00 2001 From: dzogin Date: Wed, 14 Oct 2009 17:36:56 +0000 Subject: [PATCH] Branch b1_8 b=20302 ---------------------------------------------------------------------- Modified Files: Tag: b1_8 lustre/ptlrpc/client.c ---------------------------------------------------------------------- Description : Change debug message in ptlrpc_expire_one_request() to D_INFO, if rq_fake is set. --- lustre/ptlrpc/client.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lustre/ptlrpc/client.c b/lustre/ptlrpc/client.c index 3587573..95fadeb 100644 --- a/lustre/ptlrpc/client.c +++ b/lustre/ptlrpc/client.c @@ -1427,7 +1427,8 @@ int ptlrpc_expire_one_request(struct ptlrpc_request *req, int async_unlink) int rc = 0; ENTRY; - DEBUG_REQ(D_WARNING, req, "Request x"LPU64" sent from %s to NID %s" + DEBUG_REQ(req->rq_fake ? D_INFO : D_WARNING, req, + "Request x"LPU64" sent from %s to NID %s" " %lus ago has %s (%lds prior to deadline).\n", req->rq_xid, imp ? imp->imp_obd->obd_name : "", imp ? libcfs_nid2str(imp->imp_connection->c_peer.nid) : "", -- 1.8.3.1