mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-19 20:27:28 +07:00
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:
parent
efede67ca1
commit
115b4f9c2e
@ -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
|
||||
|
||||
/*
|
||||
|
Loading…
Reference in New Issue
Block a user