staging/lustre: Get rid of mds_cmd_t typedef
Replace it with enum mds_cmd Signed-off-by: Oleg Drokin <green@linuxhacker.ru> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
115b4f9c2e
commit
303e4002d7
@ -2018,7 +2018,7 @@ enum quota_cmd {
|
||||
*/
|
||||
|
||||
/* opcodes */
|
||||
typedef enum {
|
||||
enum mds_cmd {
|
||||
MDS_GETATTR = 33,
|
||||
MDS_GETATTR_NAME = 34,
|
||||
MDS_CLOSE = 35,
|
||||
@ -2049,7 +2049,7 @@ typedef enum {
|
||||
MDS_HSM_CT_UNREGISTER = 60,
|
||||
MDS_SWAP_LAYOUTS = 61,
|
||||
MDS_LAST_OPC
|
||||
} mds_cmd_t;
|
||||
};
|
||||
|
||||
#define MDS_FIRST_OPC MDS_GETATTR
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user