]> www.infradead.org Git - users/hch/xfs.git/commit
xfs: convert struct typedefs in xfs_ondisk.h
authorDarrick J. Wong <djwong@kernel.org>
Fri, 1 Nov 2024 17:34:21 +0000 (10:34 -0700)
committerDarrick J. Wong <djwong@kernel.org>
Tue, 5 Nov 2024 21:36:19 +0000 (13:36 -0800)
commit5177abbfe1c1282ed624fffba0e5dd7458664f2c
tree58bfee4d36b3e80fac3a24c640c34bd71db95240
parente810a6d9b3a94845f6717ae7643ee01a54d99fee
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