]> git.ipfire.org Git - thirdparty/linux.git/commit
xfs: remove the xfs_extent_t typedef
authorChristoph Hellwig <hch@lst.de>
Mon, 15 Sep 2025 13:26:53 +0000 (06:26 -0700)
committerCarlos Maiolino <cem@kernel.org>
Tue, 16 Sep 2025 10:25:05 +0000 (12:25 +0200)
commit476688c8ac60da9bfcb3ce7f5a2d30a145ef7f76
tree95c289575274ce0415b3a7f818cca486c8278c80
parent05f17dcbfd5dbe309af310508d8830ac4e0c5d4c
xfs: remove the xfs_extent_t typedef

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

Also fix up the comment about the struct xfs_extent definition to be
correct and read more easily.

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