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:
b5b6224
)
Small fix in liblustre.
author
yury
<yury>
Mon, 14 Jun 2004 06:47:32 +0000
(06:47 +0000)
committer
yury
<yury>
Mon, 14 Jun 2004 06:47:32 +0000
(06:47 +0000)
lustre/liblustre/llite_lib.c
patch
|
blob
|
history
diff --git
a/lustre/liblustre/llite_lib.c
b/lustre/liblustre/llite_lib.c
index
62704f0
..
16437bc
100644
(file)
--- a/
lustre/liblustre/llite_lib.c
+++ b/
lustre/liblustre/llite_lib.c
@@
-434,7
+434,7
@@
int liblustre_process_log(struct config_llog_instance *cfg, int allow_recov)
exp = class_conn2export(&mdc_conn);
ctxt = exp->exp_obd->obd_llog_ctxt[LLOG_CONFIG_REPL_CTXT];
- rc = class_config_process_llog(ctxt, g_zconf_profile,
NULL,
lcfg);
+ rc = class_config_process_llog(ctxt, g_zconf_profile,
&
lcfg);
if (rc)
CERROR("class_config_process_llog failed: rc = %d\n", rc);