summaryrefslogtreecommitdiff
path: root/fs/xfs/Makefile
diff options
context:
space:
mode:
authorDarrick J. Wong <djwong@kernel.org>2022-07-14 11:15:32 -0700
committerDarrick J. Wong <djwong@kernel.org>2022-10-14 14:17:14 -0700
commit98aac6920a94a2738cd8d1b7d2d803974fa7221d (patch)
tree411106143c26e8bbbfdc5e81936ffd26dcc868d8 /fs/xfs/Makefile
parentce62f863e42614f491a5643b4a0c8a502fad94ab (diff)
xfs: define the on-disk realtime rmap btree format
Start filling out the rtrmap btree implementation. Start with the on-disk btree format; add everything needed to read, write and manipulate rmap btree blocks. This prepares the way for connecting the btree operations implementation. Signed-off-by: Darrick J. Wong <djwong@kernel.org>
Diffstat (limited to 'fs/xfs/Makefile')
-rw-r--r--fs/xfs/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/xfs/Makefile b/fs/xfs/Makefile
index 4ce3ba8e476f..553fddb020ae 100644
--- a/fs/xfs/Makefile
+++ b/fs/xfs/Makefile
@@ -47,6 +47,7 @@ xfs-y += $(addprefix libxfs/, \
xfs_rmap_btree.o \
xfs_refcount.o \
xfs_refcount_btree.o \
+ xfs_rtrmap_btree.o \
xfs_sb.o \
xfs_swapext.o \
xfs_symlink_remote.o \