Skip to content

Commit ae1ef32

Browse files
Christoph Hellwigcmaiolino
authored andcommitted
xfs: remove the unused xfs_dq_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 1b5c7cc commit ae1ef32

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
@@ -957,14 +957,14 @@ struct xfs_xmd_log_format {
957957
* The first two fields must be the type and size fitting into
958958
* 32 bits : log_recovery code assumes that.
959959
*/
960-
typedef struct xfs_dq_logformat {
960+
struct xfs_dq_logformat {
961961
uint16_t qlf_type; /* dquot log item type */
962962
uint16_t qlf_size; /* size of this item */
963963
xfs_dqid_t qlf_id; /* usr/grp/proj id : 32 bits */
964964
int64_t qlf_blkno; /* blkno of dquot buffer */
965965
int32_t qlf_len; /* len of dquot buffer */
966966
uint32_t qlf_boffset; /* off of dquot in buffer */
967-
} xfs_dq_logformat_t;
967+
};
968968

969969
/*
970970
* log format struct for QUOTAOFF records.

0 commit comments

Comments
 (0)