Whamcloud - gitweb
Kill extra argument for llog_connect, and don't access to ld_tgt_count
authorshadow <shadow>
Fri, 24 Oct 2008 05:04:16 +0000 (05:04 +0000)
committershadow <shadow>
Fri, 24 Oct 2008 05:04:16 +0000 (05:04 +0000)
without protection.

Branch b1_8_gate
b=16693
i=umka
i=tappro

lustre/ptlrpc/recov_thread.c

index 5962e87..6eaadfb 100644 (file)
@@ -492,7 +492,7 @@ static int llog_recov_thread_replay(struct llog_ctxt *ctxt,
         RETURN(rc);
 }
 
-int llog_obd_repl_connect(struct llog_ctxt *ctxt, int count, 
+int llog_obd_repl_connect(struct llog_ctxt *ctxt,
                           struct llog_logid *logid, struct llog_gen *gen,
                           struct obd_uuid *uuid)
 {