]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
xfs: remove the unused xfs_qoff_logformat_t typedef
authorChristoph Hellwig <hch@lst.de>
Mon, 15 Sep 2025 13:27:04 +0000 (06:27 -0700)
committerCarlos Maiolino <cem@kernel.org>
Tue, 16 Sep 2025 10:25:05 +0000 (12:25 +0200)
Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Darrick J. Wong <djwong@kernel.org>
Signed-off-by: Carlos Maiolino <cem@kernel.org>
fs/xfs/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.