From 4b531a51c254d18b9f1cff9d4b3ca6fc444ddd47 Mon Sep 17 00:00:00 2001 From: yangsheng <yangsheng> Date: Tue, 4 Nov 2008 07:55:01 +0000 Subject: [PATCH] Branch b1_6 b=17534 i=alilger, yangsheng Fixed for client crash by old-style mount command. --- lustre/llite/llite_lib.c | 1 + 1 file changed, 1 insertion(+) diff --git a/lustre/llite/llite_lib.c b/lustre/llite/llite_lib.c index c7f4433e91..d96f383679 100644 --- a/lustre/llite/llite_lib.c +++ b/lustre/llite/llite_lib.c @@ -1054,6 +1054,7 @@ int ll_fill_super(struct super_block *sb) sprintf(ll_instance, "%p", sb); cfg.cfg_instance = ll_instance; cfg.cfg_uuid = lsi->lsi_llsbi->ll_sb_uuid; + cfg.cfg_sb = sb; /* set up client obds */ if (strchr(profilenm, '/') != NULL) /* COMPAT_146 */ -- GitLab