xfs: move _irec structs to xfs_types.h
authorDarrick J. Wong <djwong@kernel.org>
Mon, 10 Oct 2022 15:47:59 +0000 (08:47 -0700)
committerDarrick J. Wong <djwong@kernel.org>
Mon, 31 Oct 2022 15:58:20 +0000 (08:58 -0700)
commit9e7e2436c159490fbbadbc4b5a4ee6bc30dae02e
treea79f0949eee184178cad2ea538d319c283dedc15
parent8edbe0cf8b4bbe2cf47513998641797b0aca8ee2
xfs: move _irec structs to xfs_types.h

Structure definitions for incore objects do not belong in the ondisk
format header.  Move them to the incore types header where they belong.

Signed-off-by: Darrick J. Wong <djwong@kernel.org>
Reviewed-by: Dave Chinner <dchinner@redhat.com>
fs/xfs/libxfs/xfs_format.h
fs/xfs/libxfs/xfs_types.h