xfs: convert struct typedefs in xfs_ondisk.h
authorDarrick J. Wong <djwong@kernel.org>
Mon, 4 Nov 2024 04:19:44 +0000 (20:19 -0800)
committerDarrick J. Wong <djwong@kernel.org>
Tue, 5 Nov 2024 21:38:47 +0000 (13:38 -0800)
commit89b38282d1b0f34595f86193cb2bf96e6730060e
tree58bfee4d36b3e80fac3a24c640c34bd71db95240
parentea079efd365e60aa26efea24b57ced4c64640e75
xfs: convert struct typedefs in xfs_ondisk.h

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>
fs/xfs/libxfs/xfs_ondisk.h