Whamcloud - gitweb
Branch: HEAD
[fs/lustre-release.git] / lustre / llite / llite_lib.c
index 43655f8..fd1ee50 100644 (file)
@@ -1066,6 +1066,7 @@ int ll_process_config_update(struct ll_sb_info *sbi, int clean)
         cfg.cfg_uuid = sbi->ll_sb_uuid;
         cfg.cfg_local_nid = lmd->lmd_local_nid;
         cfg.cfg_flags |= CFG_MODIFY_UUID_FL; 
+        cfg.cfg_exp = sbi->ll_md_exp;
         namelen = strlen(profile) + 20; /* -clean-######### */
         OBD_ALLOC(name, namelen);
         if (name == NULL)