Whamcloud - gitweb
LU-3539 protocol: Change UPDATE_OBJ RPC format
[fs/lustre-release.git] / lustre / mdt / mdt_handler.c
index 17b7605..f771629 100644 (file)
@@ -4203,8 +4203,8 @@ static struct tgt_opc_slice mdt_common_slice[] = {
                .tos_hs         = mdt_sec_ctx_ops
        },
        {
-               .tos_opc_start  = UPDATE_OBJ,
-               .tos_opc_end    = UPDATE_LAST_OPC,
+               .tos_opc_start  = OUT_UPDATE_FIRST_OPC,
+               .tos_opc_end    = OUT_UPDATE_LAST_OPC,
                .tos_hs         = tgt_out_handlers
        },
        {