Whamcloud - gitweb
add RQF_MDS_SYNC into format array.
authorhuanghua <huanghua>
Wed, 21 Jun 2006 07:49:52 +0000 (07:49 +0000)
committerhuanghua <huanghua>
Wed, 21 Jun 2006 07:49:52 +0000 (07:49 +0000)
lustre/ptlrpc/layout.c

index f2a5ace..802073c 100644 (file)
@@ -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 {