X-Git-Url: https://git.whamcloud.com/?a=blobdiff_plain;ds=sidebyside;f=lustre%2Fmdd%2Fmdd_object.c;h=6cef91896e99ae657f3f94be890772f84aa33ef3;hb=624fd0ca0832e92dd2f5486984b6c7f7397619ba;hp=553e04a3627456704a3f53e58665fc71e532a65a;hpb=c0468e08ce5864884265a542606f6253cce19bad;p=fs%2Flustre-release.git diff --git a/lustre/mdd/mdd_object.c b/lustre/mdd/mdd_object.c index 553e04a..6cef918 100644 --- a/lustre/mdd/mdd_object.c +++ b/lustre/mdd/mdd_object.c @@ -599,7 +599,7 @@ int mdd_get_default_md(struct mdd_object *mdd_obj, struct lov_mds_md *lmm) LASSERT(ldesc != NULL); lum->lmm_magic = LOV_MAGIC_V1; - lum->lmm_object_seq = LOV_OBJECT_GROUP_DEFAULT; + lum->lmm_object_seq = FID_SEQ_LOV_DEFAULT; lum->lmm_pattern = ldesc->ld_pattern; lum->lmm_stripe_size = ldesc->ld_default_stripe_size; lum->lmm_stripe_count = ldesc->ld_default_stripe_count;