]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commit
xfs: convert struct typedefs in xfs_ondisk.h
authorDarrick J. Wong <djwong@kernel.org>
Mon, 25 Nov 2024 21:14:27 +0000 (13:14 -0800)
committerDarrick J. Wong <djwong@kernel.org>
Tue, 24 Dec 2024 02:01:31 +0000 (18:01 -0800)
commit8a4045cbe17a95c67d5bcd3a2f3e6b4e7e96659d
tree01e73407dea6c4a69cf837697df0bdd3eca111f5
parent7f45426fd4fe67d9e7ca8cd661a7997cf584d3bc
xfs: convert struct typedefs in xfs_ondisk.h

Source kernel commit: 89b38282d1b0f34595f86193cb2bf96e6730060e

Replace xfs_foo_t with struct xfs_foo where appropriate.  The next patch
will import more checks from xfs/122, and it's easier to automate
deduplication if we don't have to reason about typedefs.

Signed-off-by: Darrick J. Wong <djwong@kernel.org>
Reviewed-by: Christoph Hellwig <hch@lst.de>
libxfs/xfs_ondisk.h