Commit 303e4002 authored by Oleg Drokin's avatar Oleg Drokin Committed by Greg Kroah-Hartman

staging/lustre: Get rid of mds_cmd_t typedef

Replace it with enum mds_cmd
Signed-off-by: default avatarOleg Drokin <green@linuxhacker.ru>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 115b4f9c
...@@ -2018,7 +2018,7 @@ enum quota_cmd { ...@@ -2018,7 +2018,7 @@ enum quota_cmd {
*/ */
/* opcodes */ /* opcodes */
typedef enum { enum mds_cmd {
MDS_GETATTR = 33, MDS_GETATTR = 33,
MDS_GETATTR_NAME = 34, MDS_GETATTR_NAME = 34,
MDS_CLOSE = 35, MDS_CLOSE = 35,
...@@ -2049,7 +2049,7 @@ typedef enum { ...@@ -2049,7 +2049,7 @@ typedef enum {
MDS_HSM_CT_UNREGISTER = 60, MDS_HSM_CT_UNREGISTER = 60,
MDS_SWAP_LAYOUTS = 61, MDS_SWAP_LAYOUTS = 61,
MDS_LAST_OPC MDS_LAST_OPC
} mds_cmd_t; };
#define MDS_FIRST_OPC MDS_GETATTR #define MDS_FIRST_OPC MDS_GETATTR
......
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