Whamcloud - gitweb
Branch b1_8
authordzogin <dzogin>
Wed, 14 Oct 2009 17:36:56 +0000 (17:36 +0000)
committerdzogin <dzogin>
Wed, 14 Oct 2009 17:36:56 +0000 (17:36 +0000)
 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

index 3587573..95fadeb 100644 (file)
@@ -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) : "<?>",