Whamcloud - gitweb
git://git.whamcloud.com
/
fs
/
lustre-release.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f137e85
)
- testing on mountain showed lmv_sync() works properly
author
alex
<alex>
Tue, 29 Jun 2004 10:56:26 +0000
(10:56 +0000)
committer
alex
<alex>
Tue, 29 Jun 2004 10:56:26 +0000
(10:56 +0000)
lustre/lmv/lmv_obd.c
patch
|
blob
|
history
diff --git
a/lustre/lmv/lmv_obd.c
b/lustre/lmv/lmv_obd.c
index
b9e67b1
..
3d04d42
100644
(file)
--- 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);
}