X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=blobdiff_plain;f=lustre%2Fmds%2Fmds_lov.c;h=8bc29917cfba32f0bd1807804049b448944dbd90;hp=ddc5958c4258678a9e44ea1e0daf2b84f6112218;hb=ab0e3a001d62869035cbe179f7228ad6cbeeb24d;hpb=d80764d4a1f47a4a5bb83f1706b623d421ca672c diff --git a/lustre/mds/mds_lov.c b/lustre/mds/mds_lov.c index ddc5958..8bc2991 100644 --- a/lustre/mds/mds_lov.c +++ b/lustre/mds/mds_lov.c @@ -838,7 +838,7 @@ int mds_dt_update_config(struct obd_device *obd, int clean) RETURN(0); cfg.cfg_instance = NULL; cfg.cfg_uuid = mds->mds_dt_uuid; - + cfg.cfg_exp = NULL; namelen = strlen(profile) + 20; /* -clean-######### */ OBD_ALLOC(name, namelen); if (name == NULL)