From dc3e60b577f7b2a1cec2a0a45de0cb80c259a702 Mon Sep 17 00:00:00 2001 From: huanghua Date: Wed, 21 Jun 2006 07:49:52 +0000 Subject: [PATCH] add RQF_MDS_SYNC into format array. --- lustre/ptlrpc/layout.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 { -- 1.8.3.1