diff options
author | Christoph Hellwig <hch@lst.de> | 2025-09-15 06:27:04 -0700 |
---|---|---|
committer | Carlos Maiolino <cem@kernel.org> | 2025-09-16 12:25:05 +0200 |
commit | bf0013f59ccdb283083f0451f6edc50ff98e68c0 (patch) | |
tree | 29d13aecc6c0e1e418b9fccea95f8f9c600210a0 /fs/xfs | |
parent | ae1ef3272b31e6bccd9f2014e8e8c41887a5137b (diff) |
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>
Diffstat (limited to 'fs/xfs')
-rw-r--r-- | fs/xfs/libxfs/xfs_log_format.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fs/xfs/libxfs/xfs_log_format.h b/fs/xfs/libxfs/xfs_log_format.h index fff3a2aaeefd..49c4a33166a6 100644 --- a/fs/xfs/libxfs/xfs_log_format.h +++ b/fs/xfs/libxfs/xfs_log_format.h @@ -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. |