From: huanghua Date: Wed, 21 Jun 2006 07:49:52 +0000 (+0000) Subject: add RQF_MDS_SYNC into format array. X-Git-Tag: v1_8_0_110~486^2~1586 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=dc3e60b577f7b2a1cec2a0a45de0cb80c259a702;p=fs%2Flustre-release.git add RQF_MDS_SYNC into format array. --- diff --git a/lustre/ptlrpc/layout.c b/lustre/ptlrpc/layout.c index f2a5ace..802073c 100644 --- 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 {