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:
09cad1b
)
- land b_ver_recov
author
tappro
<tappro>
Thu, 24 Jul 2008 11:37:25 +0000
(11:37 +0000)
committer
tappro
<tappro>
Thu, 24 Jul 2008 11:37:25 +0000
(11:37 +0000)
lustre/liblustre/llite_lib.c
patch
|
blob
|
history
diff --git
a/lustre/liblustre/llite_lib.c
b/lustre/liblustre/llite_lib.c
index
f7ad3c0
..
680af7c
100644
(file)
--- a/
lustre/liblustre/llite_lib.c
+++ b/
lustre/liblustre/llite_lib.c
@@
-173,7
+173,8
@@
int liblustre_process_log(struct config_llog_instance *cfg,
if (ocd == NULL)
GOTO(out_cleanup, rc = -ENOMEM);
- ocd->ocd_connect_flags = OBD_CONNECT_VERSION | OBD_CONNECT_AT;
+ ocd->ocd_connect_flags = OBD_CONNECT_VERSION | OBD_CONNECT_AT |
+ OBD_CONNECT_VBR;
#ifdef LIBLUSTRE_POSIX_ACL
ocd->ocd_connect_flags |= OBD_CONNECT_ACL;
#endif