Whamcloud - gitweb
b=17323
authoryury <yury>
Tue, 21 Oct 2008 17:21:23 +0000 (17:21 +0000)
committeryury <yury>
Tue, 21 Oct 2008 17:21:23 +0000 (17:21 +0000)
r=adilger,johann

- fixes log_cancel resend handling

lustre/ptlrpc/recov_thread.c

index f6dc786..5962e87 100644 (file)
@@ -212,7 +212,7 @@ static int llcd_send(struct llog_canceld_ctxt *llcd)
          * llog_receptor_accept().
          */
         request = ptlrpc_prep_req(import, LUSTRE_LOG_VERSION,
-                                  OBD_LOG_CANCEL, 2, size,bufs);
+                                  OBD_LOG_CANCEL, 2, size, bufs);
         if (request == NULL) {
                 CERROR("Can't allocate request for sending llcd %p\n", 
                        llcd);