From 1318a93c3d13c0889b15eb1027195e302d2df61c Mon Sep 17 00:00:00 2001 From: yury Date: Tue, 16 Aug 2005 15:13:55 +0000 Subject: [PATCH] - returned back not needed changes committed unintentionaly. --- lustre/ldlm/ldlm_lockd.c | 6 +++--- lustre/osc/osc_request.c | 3 ++- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/lustre/ldlm/ldlm_lockd.c b/lustre/ldlm/ldlm_lockd.c index 6c459fe..e367cc1 100644 --- a/lustre/ldlm/ldlm_lockd.c +++ b/lustre/ldlm/ldlm_lockd.c @@ -613,9 +613,9 @@ int ldlm_handle_enqueue(struct ptlrpc_request *req, LDLM_DEBUG_NOLOCK("server-side enqueue handler START"); - dlm_req = lustre_swab_reqbuf(req, MDS_REQ_INTENT_LOCKREQ_OFF, - sizeof (*dlm_req), - lustre_swab_ldlm_request); + dlm_req = lustre_swab_reqbuf (req, MDS_REQ_INTENT_LOCKREQ_OFF, + sizeof (*dlm_req), + lustre_swab_ldlm_request); if (dlm_req == NULL) { CERROR ("Can't unpack dlm_req\n"); GOTO(out, rc = -EFAULT); diff --git a/lustre/osc/osc_request.c b/lustre/osc/osc_request.c index 3b4e6fe..b3e7da1 100644 --- a/lustre/osc/osc_request.c +++ b/lustre/osc/osc_request.c @@ -1648,7 +1648,8 @@ static int osc_send_oap_rpc(struct client_obd *cli, struct lov_oinfo *loi, } CDEBUG(D_INODE, "req %p: %d pages, aa %p. now %dr/%dw in flight\n", - request, page_count, aa, cli->cl_r_in_flight, cli->cl_w_in_flight); + request, page_count, aa, cli->cl_r_in_flight, + cli->cl_w_in_flight); oap->oap_request = ptlrpc_request_addref(request); request->rq_interpret_reply = brw_interpret_oap; -- 1.8.3.1