diff options
author | Darrick J. Wong <djwong@kernel.org> | 2023-10-16 09:21:47 -0700 |
---|---|---|
committer | Darrick J. Wong <djwong@kernel.org> | 2023-10-17 16:24:22 -0700 |
commit | 13928113fc5b5e79c91796290a99ed991ac0efe2 (patch) | |
tree | d067e90ba202b390abff8abebe764ea3ea56706c /fs/xfs/xfs_rtalloc.c | |
parent | f6a2dae2a1f52ea23f649c02615d073beba4cc35 (diff) | |
download | linux-13928113fc5b5e79c91796290a99ed991ac0efe2.tar.gz linux-13928113fc5b5e79c91796290a99ed991ac0efe2.tar.bz2 linux-13928113fc5b5e79c91796290a99ed991ac0efe2.zip |
xfs: move the xfs_rtbitmap.c declarations to xfs_rtbitmap.h
Move all the declarations for functionality in xfs_rtbitmap.c into a
separate xfs_rtbitmap.h header file.
Signed-off-by: Darrick J. Wong <djwong@kernel.org>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Diffstat (limited to 'fs/xfs/xfs_rtalloc.c')
-rw-r--r-- | fs/xfs/xfs_rtalloc.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/xfs/xfs_rtalloc.c b/fs/xfs/xfs_rtalloc.c index 0e4e2df08aed..f2eb0c8b595d 100644 --- a/fs/xfs/xfs_rtalloc.c +++ b/fs/xfs/xfs_rtalloc.c @@ -19,6 +19,7 @@ #include "xfs_icache.h" #include "xfs_rtalloc.h" #include "xfs_sb.h" +#include "xfs_rtbitmap.h" /* * Read and return the summary information for a given extent size, |