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

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

staging/lustre: Get rid of quota_cmd_t typedef



Replace it with enum quota_cmd

Signed-off-by: default avatarOleg Drokin <green@linuxhacker.ru>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent efede67c
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2006,11 +2006,11 @@ void lustre_swab_lquota_lvb(struct lquota_lvb *lvb);
#define lvb_glb_ver  lvb_id_may_rel /* current version of the global index */

/* op codes */
typedef enum {
enum quota_cmd {
	QUOTA_DQACQ	= 601,
	QUOTA_DQREL	= 602,
	QUOTA_LAST_OPC
} quota_cmd_t;
};
#define QUOTA_FIRST_OPC	QUOTA_DQACQ

/*