From: tappro Date: Tue, 20 Jun 2006 09:23:39 +0000 (+0000) Subject: fix some intent formats X-Git-Tag: v1_8_0_110~486^2~1600 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=6f1dff0cde77d008735db877d98d8cb5e811a545;p=fs%2Flustre-release.git fix some intent formats --- diff --git a/lustre/ptlrpc/layout.c b/lustre/ptlrpc/layout.c index e702fb4..e02636f 100644 --- a/lustre/ptlrpc/layout.c +++ b/lustre/ptlrpc/layout.c @@ -154,7 +154,6 @@ static const struct req_msg_field *ldlm_intent_getattr_client[] = { static const struct req_msg_field *ldlm_intent_create_client[] = { &RMF_DLM_REQ, &RMF_LDLM_INTENT, - &RMF_REINT_OPC, &RMF_REC_CREATE, /* coincides with mds_reint_create_client[] */ &RMF_NAME, &RMF_EADATA @@ -163,7 +162,6 @@ static const struct req_msg_field *ldlm_intent_create_client[] = { static const struct req_msg_field *ldlm_intent_open_client[] = { &RMF_DLM_REQ, &RMF_LDLM_INTENT, - &RMF_REINT_OPC, &RMF_REC_CREATE, /* coincides with mds_reint_open_client[] */ &RMF_NAME, &RMF_SYMTGT @@ -172,7 +170,6 @@ static const struct req_msg_field *ldlm_intent_open_client[] = { static const struct req_msg_field *ldlm_intent_unlink_client[] = { &RMF_DLM_REQ, &RMF_LDLM_INTENT, - &RMF_REINT_OPC, &RMF_REC_UNLINK, /* coincides with mds_reint_unlink_client[] */ &RMF_NAME };