mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-18 23:17:31 +07:00
staging/lustre: Get rid of lustre_quota_version typedef
Does not appear to be used anywhere. Signed-off-by: Oleg Drokin <green@linuxhacker.ru> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
d8f6bc9a53
commit
52c902fca8
@ -566,9 +566,9 @@ enum {
|
||||
/* hdr + MDT index */
|
||||
#define LUSTRE_VOLATILE_IDX LUSTRE_VOLATILE_HDR":%.4X:"
|
||||
|
||||
typedef enum lustre_quota_version {
|
||||
enum lustre_quota_version {
|
||||
LUSTRE_QUOTA_V2 = 1
|
||||
} lustre_quota_version_t;
|
||||
};
|
||||
|
||||
/* XXX: same as if_dqinfo struct in kernel */
|
||||
struct obd_dqinfo {
|
||||
|
Loading…
Reference in New Issue
Block a user