summaryrefslogtreecommitdiffstats
path: root/fs/xfs/Makefile
diff options
context:
space:
mode:
authorDarrick J. Wong2016-10-03 18:11:19 +0200
committerDarrick J. Wong2016-10-03 18:11:19 +0200
commitbdf28630b72154e5766cbad5874576b6f22e7237 (patch)
treead5d36401e51db87bb85a9725354977854ac465b /fs/xfs/Makefile
parentxfs: account for the refcount btree in the alloc/free log reservation (diff)
downloadkernel-qcow2-linux-bdf28630b72154e5766cbad5874576b6f22e7237.tar.gz
kernel-qcow2-linux-bdf28630b72154e5766cbad5874576b6f22e7237.tar.xz
kernel-qcow2-linux-bdf28630b72154e5766cbad5874576b6f22e7237.zip
xfs: add refcount btree operations
Implement the generic btree operations required to manipulate refcount btree blocks. The implementation is similar to the bmapbt, though it will only allocate and free blocks from the AG. Since the refcount root and level fields are separate from the existing roots and levels array, they need a separate logging flag. Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com> [hch: fix logging of AGF refcount btree fields] Signed-off-by: Christoph Hellwig <hch@lst.de>
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 8d749f2df99e..98b24279b75f 100644
--- a/fs/xfs/Makefile
+++ b/fs/xfs/Makefile
@@ -55,6 +55,7 @@ xfs-y += $(addprefix libxfs/, \
xfs_ag_resv.o \
xfs_rmap.o \
xfs_rmap_btree.o \
+ xfs_refcount.o \
xfs_refcount_btree.o \
xfs_sb.o \
xfs_symlink_remote.o \