Whamcloud - gitweb
- testing on mountain showed lmv_sync() works properly
authoralex <alex>
Tue, 29 Jun 2004 10:56:26 +0000 (10:56 +0000)
committeralex <alex>
Tue, 29 Jun 2004 10:56:26 +0000 (10:56 +0000)
lustre/lmv/lmv_obd.c

index b9e67b1..3d04d42 100644 (file)
@@ -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);
 }