]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
xfs: remove the xlog_op_header_t typedef
authorChristoph Hellwig <hch@lst.de>
Mon, 15 Sep 2025 13:26:51 +0000 (06:26 -0700)
committerCarlos Maiolino <cem@kernel.org>
Tue, 16 Sep 2025 10:25:05 +0000 (12:25 +0200)
commiteff8668607888988cad7b31528ff08d8883c5d7e
tree2946d0ed9f7b956a2778b6887ff9a25e5516d563
parente3df98d30369d7859a855bd3e500ea46205640ca
xfs: remove the xlog_op_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/xfs_log.c