Whamcloud - gitweb
LU-5829 misc: remove unnecessary EXPORT_SYMBOL
[fs/lustre-release.git] / lustre / lmv / lmv_obd.c
index 03cacfa..f0dccda 100644 (file)
@@ -2926,7 +2926,6 @@ int lmv_pack_md(union lmv_mds_md **lmmp, const struct lmv_stripe_md *lsm,
 
        RETURN(lmm_size);
 }
-EXPORT_SYMBOL(lmv_pack_md);
 
 static int lmv_unpack_md_v1(struct obd_export *exp, struct lmv_stripe_md *lsm,
                            const struct lmv_mds_md_v1 *lmm1)
@@ -3065,7 +3064,6 @@ int lmv_alloc_memmd(struct lmv_stripe_md **lsmp, int stripes)
 {
        return lmv_unpack_md(NULL, lsmp, NULL, stripes);
 }
-EXPORT_SYMBOL(lmv_alloc_memmd);
 
 void lmv_free_memmd(struct lmv_stripe_md *lsm)
 {