From b70d8331b1a7c391835d2a8103e418e10175c5fe Mon Sep 17 00:00:00 2001 From: fanyong Date: Mon, 25 Sep 2006 14:15:46 +0000 Subject: [PATCH] Fix sbi->ll_flags. --- lustre/llite/llite_lib.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lustre/llite/llite_lib.c b/lustre/llite/llite_lib.c index bd24410..aebc9cb 100644 --- a/lustre/llite/llite_lib.c +++ b/lustre/llite/llite_lib.c @@ -259,8 +259,7 @@ static int client_common_fill_super(struct super_block *sb, * will disagree when client gss not applied. */ LCONSOLE_INFO("client claims to be remote, but server " "rejected, forced to be local\n"); - sbi->ll_flags &= ~OBD_CONNECT_RMT_CLIENT; - sbi->ll_flags |= OBD_CONNECT_LCL_CLIENT; + sbi->ll_flags &= ~LL_SBI_RMT_CLIENT; } #if (LINUX_VERSION_CODE < KERNEL_VERSION(2,6,0)) -- 1.8.3.1