mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-10 13:59:45 -04:00
staging/lustre: Get rid of sec_cmd_t typedef
Replace with enum sec_cmd Signed-off-by: Oleg Drokin <green@linuxhacker.ru> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
bfea476799
commit
9e04cbfc81
@@ -3436,13 +3436,13 @@ union lu_page {
|
||||
};
|
||||
|
||||
/* security opcodes */
|
||||
typedef enum {
|
||||
enum sec_cmd {
|
||||
SEC_CTX_INIT = 801,
|
||||
SEC_CTX_INIT_CONT = 802,
|
||||
SEC_CTX_FINI = 803,
|
||||
SEC_LAST_OPC,
|
||||
SEC_FIRST_OPC = SEC_CTX_INIT
|
||||
} sec_cmd_t;
|
||||
};
|
||||
|
||||
/*
|
||||
* capa related definitions
|
||||
|
||||
Reference in New Issue
Block a user