staging/lustre: Get rid of quota_cmd_t typedef

Replace it with enum quota_cmd

Signed-off-by: Oleg Drokin <green@linuxhacker.ru>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
Oleg Drokin 2016-02-24 21:59:50 -05:00 committed by Greg Kroah-Hartman
parent efede67ca1
commit 115b4f9c2e

View File

@ -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
/*