Skip to content
Snippets Groups Projects
Commit 24d9df04 authored by alex's avatar alex
Browse files

- testing on mountain showed lmv_sync() works properly

parent f137e85d
No related branches found
No related tags found
No related merge requests found
...@@ -1179,7 +1179,6 @@ int lmv_sync(struct obd_export *exp, struct ll_fid *fid, ...@@ -1179,7 +1179,6 @@ int lmv_sync(struct obd_export *exp, struct ll_fid *fid,
if (rc) if (rc)
RETURN(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); rc = md_sync(lmv->tgts[fid->mds].ltd_exp, fid, request);
RETURN(rc); RETURN(rc);
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment