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

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

staging/lustre: Get rid of obd_cmd_t typedef



Replace with enum obd_cmd

Signed-off-by: default avatarOleg Drokin <green@linuxhacker.ru>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 66423bff
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2918,13 +2918,13 @@ void lustre_swab_cfg_marker(struct cfg_marker *marker, int swab, int size);
 * Opcodes for multiple servers.
 */

typedef enum {
enum obd_cmd {
	OBD_PING = 400,
	OBD_LOG_CANCEL,
	OBD_QC_CALLBACK,
	OBD_IDX_READ,
	OBD_LAST_OPC
} obd_cmd_t;
};
#define OBD_FIRST_OPC OBD_PING

/* catalog of log objects */