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

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 fff3a2aaeefdd8e76eff3644ac79f636e47d79b0..49c4a33166a6a382a9dbb7ae2f5e57b2ca037baf 100644 (file)
@@ -974,12 +974,12 @@ struct xfs_dq_logformat {
  * to the first and ensures that the first logitem is taken out of the AIL
  * only when the last one is securely committed.
  */
-typedef struct xfs_qoff_logformat {
+struct xfs_qoff_logformat {
        unsigned short          qf_type;        /* quotaoff log item type */
        unsigned short          qf_size;        /* size of this item */
        unsigned int            qf_flags;       /* USR and/or GRP */
        char                    qf_pad[12];     /* padding for future */
-} xfs_qoff_logformat_t;
+};
 
 /*
  * Disk quotas status in m_qflags, and also sb_qflags. 16 bits.