Whamcloud - gitweb
fix some intent formats
authortappro <tappro>
Tue, 20 Jun 2006 09:23:39 +0000 (09:23 +0000)
committertappro <tappro>
Tue, 20 Jun 2006 09:23:39 +0000 (09:23 +0000)
lustre/ptlrpc/layout.c

index e702fb4..e02636f 100644 (file)
@@ -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
 };