From f33413b531be018882fa5447891ea24be0a2275a Mon Sep 17 00:00:00 2001 From: wangdi Date: Thu, 25 Aug 2005 07:07:27 +0000 Subject: [PATCH] Branch: HEAD b7148 typo fix --- lustre/mds/mds_lov.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lustre/mds/mds_lov.c b/lustre/mds/mds_lov.c index 1099a2d..74acc6c 100644 --- a/lustre/mds/mds_lov.c +++ b/lustre/mds/mds_lov.c @@ -863,8 +863,7 @@ int mds_dt_update_config(struct obd_device *obd, int clean) ctxt = llog_get_context(&obd->obd_llogs, LLOG_CONFIG_ORIG_CTXT); rc = class_config_process_llog(ctxt, name, &cfg); pop_ctxt(&saved, &obd->obd_lvfs_ctxt, NULL); - if (rc == 0) - mds->mds_config_version = version; + CWARN("Finished applying configuration log %s: %d\n", name, rc); OBD_FREE(name, namelen); -- 1.8.3.1