From 24d9df04b12d7b4d62d21f4c7677f2e2280ccf7d Mon Sep 17 00:00:00 2001
From: alex <alex>
Date: Tue, 29 Jun 2004 10:56:26 +0000
Subject: [PATCH] - testing on mountain showed lmv_sync() works properly

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

diff --git a/lustre/lmv/lmv_obd.c b/lustre/lmv/lmv_obd.c
index b9e67b1925..3d04d42d8e 100644
--- a/lustre/lmv/lmv_obd.c
+++ b/lustre/lmv/lmv_obd.c
@@ -1179,7 +1179,6 @@ int lmv_sync(struct obd_export *exp, struct ll_fid *fid,
 	if (rc)
 		RETURN(rc);
 
-        CWARN("%s: ->m_sync() isn't implemented yet\n", obd->obd_name);
         rc = md_sync(lmv->tgts[fid->mds].ltd_exp, fid, request); 
         RETURN(rc);
 }
-- 
GitLab