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:
7d607ca
)
add RQF_MDS_SYNC into format array.
author
huanghua
<huanghua>
Wed, 21 Jun 2006 07:49:52 +0000
(07:49 +0000)
committer
huanghua
<huanghua>
Wed, 21 Jun 2006 07:49:52 +0000
(07:49 +0000)
lustre/ptlrpc/layout.c
patch
|
blob
|
history
diff --git
a/lustre/ptlrpc/layout.c
b/lustre/ptlrpc/layout.c
index
f2a5ace
..
802073c
100644
(file)
--- a/
lustre/ptlrpc/layout.c
+++ b/
lustre/ptlrpc/layout.c
@@
-220,7
+220,8
@@
static const struct req_format *req_formats[] = {
&RQF_SEQ_QUERY,
&RQF_FLD_QUERY,
&RQF_MDS_GETXATTR,
- &RQF_MDS_SETXATTR
+ &RQF_MDS_SETXATTR,
+ &RQF_MDS_SYNC
};
struct req_msg_field {