xfs: move incore structures out of xfs_da_format.h
Move the abstract in-memory version of various btree block headers out of xfs_da_format.h as they aren't on-disk formats. Signed-off-by: Christoph Hellwig <hch@lst.de> Reviewed-by: Darrick J. Wong <darrick.wong@oracle.com> Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com>
This commit is contained in:

committed by
Darrick J. Wong

parent
7f6bcf7c29
commit
a39f089a25
@@ -18,6 +18,8 @@ struct xfs_dir2_sf_entry;
|
||||
struct xfs_dir2_data_hdr;
|
||||
struct xfs_dir2_data_entry;
|
||||
struct xfs_dir2_data_unused;
|
||||
struct xfs_dir3_icfree_hdr;
|
||||
struct xfs_dir3_icleaf_hdr;
|
||||
|
||||
extern struct xfs_name xfs_name_dotdot;
|
||||
|
||||
|
Reference in New Issue
Block a user