]> git.ipfire.org Git - thirdparty/linux.git/commit
xfs: remove the xlog_rec_header_t typedef
authorChristoph Hellwig <hch@lst.de>
Mon, 27 Oct 2025 07:05:54 +0000 (08:05 +0100)
committerCarlos Maiolino <cem@kernel.org>
Wed, 12 Nov 2025 10:09:25 +0000 (11:09 +0100)
commitef1e275638fe6f6d54c18a770c138e4d5972b280
treedc4c54ead2c48fc04dfa76b26392b8438d8746aa
parentfe985b910e03fd91193f399a1aca9d1ea22c2557
xfs: remove the xlog_rec_header_t typedef

There are almost no users of the typedef left, kill it and switch the
remaining users to use the underlying struct.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Darrick J. Wong <djwong@kernel.org>
Reviewed-by: Carlos Maiolino <cmaiolino@redhat.com>
Signed-off-by: Carlos Maiolino <cem@kernel.org>
fs/xfs/libxfs/xfs_log_format.h
fs/xfs/xfs_log.c
fs/xfs/xfs_log_recover.c