From de3b0ce1a3c1bb8e5bb54dcc01b4bbb0285332ca Mon Sep 17 00:00:00 2001
From: alex <alex>
Date: Wed, 19 May 2004 20:48:31 +0000
Subject: [PATCH] - lmv_packmd() and lmv_unpackmd() need not be real connected

---
 lustre/lmv/lmv_obd.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/lustre/lmv/lmv_obd.c b/lustre/lmv/lmv_obd.c
index 4932ea878e..ce78065906 100644
--- a/lustre/lmv/lmv_obd.c
+++ b/lustre/lmv/lmv_obd.c
@@ -1112,7 +1112,6 @@ int lmv_packmd(struct obd_export *exp, struct lov_mds_md **lmmp,
         struct lmv_obd *lmv = &obd->u.lmv;
         int mea_size;
         ENTRY;
-        lmv_connect(obd);
 
 	mea_size = sizeof(struct ll_fid) * lmv->count + sizeof(struct mea);
         if (!lmmp)
@@ -1147,7 +1146,6 @@ int lmv_unpackmd(struct obd_export *exp, struct lov_stripe_md **mem_tgt,
         struct mea *mea = (void *) disk_src;
         int mea_size;
         ENTRY;
-        lmv_connect(obd);
 
 	mea_size = sizeof(struct ll_fid) * lmv->count + sizeof(struct mea);
         if (mem_tgt == NULL)
-- 
GitLab