Skip to content

Commit bf0013f

Browse files
Christoph Hellwigcmaiolino
authored andcommitted
xfs: remove the unused xfs_qoff_logformat_t typedef
Signed-off-by: Christoph Hellwig <hch@lst.de> Reviewed-by: Darrick J. Wong <djwong@kernel.org> Signed-off-by: Carlos Maiolino <cem@kernel.org>
1 parent ae1ef32 commit bf0013f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

fs/xfs/libxfs/xfs_log_format.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -974,12 +974,12 @@ struct xfs_dq_logformat {
974974
* to the first and ensures that the first logitem is taken out of the AIL
975975
* only when the last one is securely committed.
976976
*/
977-
typedef struct xfs_qoff_logformat {
977+
struct xfs_qoff_logformat {
978978
unsigned short qf_type; /* quotaoff log item type */
979979
unsigned short qf_size; /* size of this item */
980980
unsigned int qf_flags; /* USR and/or GRP */
981981
char qf_pad[12]; /* padding for future */
982-
} xfs_qoff_logformat_t;
982+
};
983983

984984
/*
985985
* Disk quotas status in m_qflags, and also sb_qflags. 16 bits.

0 commit comments

Comments
 (0)