Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

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
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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