diff options
author | Christoph Hellwig <hch@lst.de> | 2019-11-08 14:52:06 -0800 |
---|---|---|
committer | Darrick J. Wong <darrick.wong@oracle.com> | 2019-11-10 16:54:19 -0800 |
commit | a39f089a25e75c3d17b955d8eb8bc781f23364f3 (patch) | |
tree | b49604d018c4a2cb67f2108f20832369823422c2 /fs/xfs/libxfs/xfs_da_format.c | |
parent | 7f6bcf7c29410747fb05258870bd2254855af9c2 (diff) | |
download | linux-a39f089a25e75c3d17b955d8eb8bc781f23364f3.tar.gz linux-a39f089a25e75c3d17b955d8eb8bc781f23364f3.tar.bz2 linux-a39f089a25e75c3d17b955d8eb8bc781f23364f3.zip |
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>
Diffstat (limited to 'fs/xfs/libxfs/xfs_da_format.c')
-rw-r--r-- | fs/xfs/libxfs/xfs_da_format.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/xfs/libxfs/xfs_da_format.c b/fs/xfs/libxfs/xfs_da_format.c index b1ae572496b6..31bb250c1899 100644 --- a/fs/xfs/libxfs/xfs_da_format.c +++ b/fs/xfs/libxfs/xfs_da_format.c @@ -13,6 +13,7 @@ #include "xfs_mount.h" #include "xfs_inode.h" #include "xfs_dir2.h" +#include "xfs_dir2_priv.h" /* * Shortform directory ops |