Skip to content
Snippets Groups Projects
Commit 1a772883 authored by Wang Di's avatar Wang Di
Browse files

Branch: HEAD

rq_xid should be "LPU64", instead of "LPD64"
parent c3fc2e28
No related merge requests found
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment