]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
xfs: remove the xfs_efi_log_format_64_t typedef
authorChristoph Hellwig <hch@lst.de>
Mon, 15 Sep 2025 13:26:58 +0000 (06:26 -0700)
committerCarlos Maiolino <cem@kernel.org>
Tue, 16 Sep 2025 10:25:05 +0000 (12:25 +0200)
commit3fe5abc2bf4db88c7c9c99e8a1f5b3d1336d528f
treee7acaafbd84484306a45c9c427b562132311bdea
parent68c9f8444ae930343a2c900cb909825bc8f7304a
xfs: remove the xfs_efi_log_format_64_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_extfree_item.c