diff options
author | Darrick J. Wong <djwong@kernel.org> | 2023-12-15 10:03:30 -0800 |
---|---|---|
committer | Darrick J. Wong <djwong@kernel.org> | 2023-12-15 10:03:30 -0800 |
commit | 0f08af0f9f3eb4a67fa3849c63e918bac9773da8 (patch) | |
tree | 6b087b0a02d97ac7ce4584de7bdf43d3c54c349f /fs/xfs/Makefile | |
parent | 6ece924b95226235059ed2ffc2c0f44a124c5910 (diff) |
xfs: move the per-AG datatype bitmaps to separate files
Move struct xagb_bitmap to its own pair of C and header files per
request of Christoph.
Signed-off-by: Darrick J. Wong <djwong@kernel.org>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Diffstat (limited to 'fs/xfs/Makefile')
-rw-r--r-- | fs/xfs/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/xfs/Makefile b/fs/xfs/Makefile index 1537d66e5ab0..eb557dca9373 100644 --- a/fs/xfs/Makefile +++ b/fs/xfs/Makefile @@ -145,6 +145,7 @@ ifeq ($(CONFIG_XFS_ONLINE_SCRUB),y) xfs-y += $(addprefix scrub/, \ trace.o \ + agb_bitmap.o \ agheader.o \ alloc.o \ attr.o \ |