From: Oleg Drokin Date: Thu, 25 Feb 2016 02:59:58 +0000 (-0500) Subject: staging/lustre: Get rid of sec_cmd_t typedef X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=9e04cbfc8102b67c07b68e6cb6c8621c751a35a6;p=linux.git staging/lustre: Get rid of sec_cmd_t typedef Replace with enum sec_cmd Signed-off-by: Oleg Drokin Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/lustre/lustre/include/lustre/lustre_idl.h b/drivers/staging/lustre/lustre/include/lustre/lustre_idl.h index bb82a87fb96d7..d68748b342d4a 100644 --- a/drivers/staging/lustre/lustre/include/lustre/lustre_idl.h +++ b/drivers/staging/lustre/lustre/include/lustre/lustre_idl.h @@ -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