Whamcloud - gitweb
Branch: HEAD
authorwangdi <wangdi>
Wed, 22 Oct 2008 18:32:57 +0000 (18:32 +0000)
committerwangdi <wangdi>
Wed, 22 Oct 2008 18:32:57 +0000 (18:32 +0000)
rq_xid should be "LPU64", instead of "LPD64"

lustre/ptlrpc/service.c

index 54b56c1..aaf8091 100644 (file)
@@ -1093,7 +1093,7 @@ ptlrpc_server_handle_request(struct ptlrpc_service *svc,
         request->rq_session.lc_thread = thread;
         lu_context_enter(&request->rq_session);
 
-        CDEBUG(D_NET, "got req "LPD64"\n", request->rq_xid);
+        CDEBUG(D_NET, "got req "LPU64"\n", request->rq_xid);
 
         request->rq_svc_thread = thread;
         if (thread)