X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=blobdiff_plain;f=lustre%2Fmgs%2Fmgs_handler.c;h=8c2c8ea2bb1fd685af42a00737d915b580f7375a;hp=c2041ce131bfd2d495bb4be3c3841b8aa6573b99;hb=b33e22c4b4c6411af51805da21b741367c72ec71;hpb=33b55f223a42f20916bc417f7e5a21f68b59cd02 diff --git a/lustre/mgs/mgs_handler.c b/lustre/mgs/mgs_handler.c index c2041ce..8c2c8ea 100644 --- a/lustre/mgs/mgs_handler.c +++ b/lustre/mgs/mgs_handler.c @@ -1072,6 +1072,11 @@ static struct tgt_opc_slice mgs_common_slice[] = { .tos_hs = mgs_llog_handlers }, { + .tos_opc_start = SEC_FIRST_OPC, + .tos_opc_end = SEC_LAST_OPC, + .tos_hs = tgt_sec_ctx_handlers + }, + { .tos_hs = NULL } };