Whamcloud - gitweb
- returned back not needed changes committed unintentionaly.
authoryury <yury>
Tue, 16 Aug 2005 15:13:55 +0000 (15:13 +0000)
committeryury <yury>
Tue, 16 Aug 2005 15:13:55 +0000 (15:13 +0000)
lustre/ldlm/ldlm_lockd.c
lustre/osc/osc_request.c

index 6c459fe..e367cc1 100644 (file)
@@ -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);
index 3b4e6fe..b3e7da1 100644 (file)
@@ -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;