Skip to content
Snippets Groups Projects
Commit 4b531a51 authored by Yang Sheng's avatar Yang Sheng
Browse files

Branch b1_6

b=17534
i=alilger, yangsheng

Fixed for client crash by old-style mount command.
parent e53e843a
No related merge requests found
...@@ -1054,6 +1054,7 @@ int ll_fill_super(struct super_block *sb) ...@@ -1054,6 +1054,7 @@ int ll_fill_super(struct super_block *sb)
sprintf(ll_instance, "%p", sb); sprintf(ll_instance, "%p", sb);
cfg.cfg_instance = ll_instance; cfg.cfg_instance = ll_instance;
cfg.cfg_uuid = lsi->lsi_llsbi->ll_sb_uuid; cfg.cfg_uuid = lsi->lsi_llsbi->ll_sb_uuid;
cfg.cfg_sb = sb;
/* set up client obds */ /* set up client obds */
if (strchr(profilenm, '/') != NULL) /* COMPAT_146 */ if (strchr(profilenm, '/') != NULL) /* COMPAT_146 */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment