Commit 9e04cbfc authored by Oleg Drokin's avatar Oleg Drokin Committed by Greg Kroah-Hartman

staging/lustre: Get rid of sec_cmd_t typedef

Replace with enum sec_cmd
Signed-off-by: default avatarOleg Drokin <green@linuxhacker.ru>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent bfea4767
...@@ -3436,13 +3436,13 @@ union lu_page { ...@@ -3436,13 +3436,13 @@ union lu_page {
}; };
/* security opcodes */ /* security opcodes */
typedef enum { enum sec_cmd {
SEC_CTX_INIT = 801, SEC_CTX_INIT = 801,
SEC_CTX_INIT_CONT = 802, SEC_CTX_INIT_CONT = 802,
SEC_CTX_FINI = 803, SEC_CTX_FINI = 803,
SEC_LAST_OPC, SEC_LAST_OPC,
SEC_FIRST_OPC = SEC_CTX_INIT SEC_FIRST_OPC = SEC_CTX_INIT
} sec_cmd_t; };
/* /*
* capa related definitions * capa related definitions
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment