]> git-server-git.apps.pok.os.sepia.ceph.com Git - xfsprogs-dev.git/commitdiff
xfs: remove the unused xfs_dq_logformat_t typedef
authorChristoph Hellwig <hch@lst.de>
Fri, 5 Dec 2025 15:03:38 +0000 (16:03 +0100)
committerAndrey Albershteyn <aalbersh@kernel.org>
Mon, 8 Dec 2025 17:03:15 +0000 (18:03 +0100)
Source kernel commit: ae1ef3272b31e6bccd9f2014e8e8c41887a5137b

Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Darrick J. Wong <djwong@kernel.org>
Signed-off-by: Carlos Maiolino <cem@kernel.org>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Andrey Albershteyn <aalbersh@kernel.org>
libxfs/xfs_log_format.h

index 631af2e28c561bc791ba254f9da893181c4ff011..fff3a2aaeefdd8e76eff3644ac79f636e47d79b0 100644 (file)
@@ -957,14 +957,14 @@ struct xfs_xmd_log_format {
  * The first two fields must be the type and size fitting into
  * 32 bits : log_recovery code assumes that.
  */
-typedef struct xfs_dq_logformat {
+struct xfs_dq_logformat {
        uint16_t                qlf_type;      /* dquot log item type */
        uint16_t                qlf_size;      /* size of this item */
        xfs_dqid_t              qlf_id;        /* usr/grp/proj id : 32 bits */
        int64_t                 qlf_blkno;     /* blkno of dquot buffer */
        int32_t                 qlf_len;       /* len of dquot buffer */
        uint32_t                qlf_boffset;   /* off of dquot in buffer */
-} xfs_dq_logformat_t;
+};
 
 /*
  * log format struct for QUOTAOFF records.