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

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

staging/lustre: Get rid of lustre_quota_version typedef



Does not appear to be used anywhere.

Signed-off-by: default avatarOleg Drokin <green@linuxhacker.ru>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent d8f6bc9a
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 {