]> www.infradead.org Git - users/jedix/linux-maple.git/commit
xfs: remove the t_magic field in struct xfs_trans
authorChristoph Hellwig <hch@lst.de>
Mon, 6 Jan 2025 09:50:31 +0000 (10:50 +0100)
committerCarlos Maiolino <cem@kernel.org>
Mon, 13 Jan 2025 13:55:19 +0000 (14:55 +0100)
commit471511d6ef7d00b40e65902ff47acfc194c6a952
tree53bf9817454e837a6abaab121095acf6074c8ce4
parent415dee1e06da431f3d314641ceecb9018bb6fa53
xfs: remove the t_magic field in struct xfs_trans

The t_magic field is only ever assigned to, but never read.  Remove it.

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/xfs_trans.c
fs/xfs/xfs_trans.h