Whamcloud - gitweb
LU-6356 tgt: add handlers for SEC_CTX_* requests
[fs/lustre-release.git] / lustre / ofd / ofd_dev.c
index e4ddf91..a55a234 100644 (file)
@@ -2646,6 +2646,11 @@ static struct tgt_opc_slice ofd_common_slice[] = {
                .tos_hs         = tgt_lfsck_handlers
        },
        {
+               .tos_opc_start  = SEC_FIRST_OPC,
+               .tos_opc_end    = SEC_LAST_OPC,
+               .tos_hs         = tgt_sec_ctx_handlers
+       },
+       {
                .tos_hs         = NULL
        }
 };