From e2140e598fe03f114ce3f95f1034d142a23a9498 Mon Sep 17 00:00:00 2001 From: tappro Date: Thu, 24 Jul 2008 11:37:27 +0000 Subject: [PATCH] - land b_ver_recov --- lustre/liblustre/super.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lustre/liblustre/super.c b/lustre/liblustre/super.c index cd190b2..f3cd039 100644 --- a/lustre/liblustre/super.c +++ b/lustre/liblustre/super.c @@ -1947,7 +1947,7 @@ llu_fsswop_mount(const char *source, sizeof(async), &async, NULL); ocd.ocd_connect_flags = OBD_CONNECT_IBITS | OBD_CONNECT_VERSION | - OBD_CONNECT_AT; + OBD_CONNECT_AT | OBD_CONNECT_VBR; #ifdef LIBLUSTRE_POSIX_ACL ocd.ocd_connect_flags |= OBD_CONNECT_ACL; #endif -- 1.8.3.1