Whamcloud - gitweb
LU-1445 fid: Add DATA fid type in fid_request.
[fs/lustre-release.git] / lustre / lmv / lmv_obd.c
index e5b4846..e8044f9 100644 (file)
@@ -413,7 +413,7 @@ int lmv_connect_mdc(struct obd_device *obd, struct lmv_tgt_desc *tgt)
         /*
          * Init fid sequence client for this mdc and add new fld target.
          */
-        rc = obd_fid_init(mdc_exp);
+       rc = obd_fid_init(mdc_exp, LUSTRE_SEQ_METADATA);
         if (rc)
                 RETURN(rc);