Whamcloud - gitweb
git://git.whamcloud.com
/
fs
/
lustre-release.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0467635
)
Kill extra argument for llog_connect, and don't access to ld_tgt_count
author
shadow
<shadow>
Fri, 24 Oct 2008 05:04:16 +0000
(
05:04
+0000)
committer
shadow
<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
patch
|
blob
|
history
diff --git
a/lustre/ptlrpc/recov_thread.c
b/lustre/ptlrpc/recov_thread.c
index
5962e87
..
6eaadfb
100644
(file)
--- a/
lustre/ptlrpc/recov_thread.c
+++ b/
lustre/ptlrpc/recov_thread.c
@@
-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)
{