]> Gentwo Git Trees - linux/.git/commit
xfs: remove the xfs_trans_header_t typedef
authorChristoph Hellwig <hch@lst.de>
Mon, 15 Sep 2025 13:26:52 +0000 (06:26 -0700)
committerCarlos Maiolino <cem@kernel.org>
Tue, 16 Sep 2025 10:25:05 +0000 (12:25 +0200)
commit05f17dcbfd5dbe309af310508d8830ac4e0c5d4c
tree4d60e649d513f02004183ad7ec71a5eb8294bf6c
parenteff8668607888988cad7b31528ff08d8883c5d7e
xfs: remove the xfs_trans_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>
Signed-off-by: Carlos Maiolino <cem@kernel.org>
fs/xfs/libxfs/xfs_log_format.h
fs/xfs/libxfs/xfs_log_recover.h
fs/xfs/xfs_log.c