summaryrefslogtreecommitdiff
path: root/fs/xfs/Makefile
diff options
context:
space:
mode:
authorDarrick J. Wong <darrick.wong@oracle.com>2019-08-30 15:44:50 -0700
committerDarrick J. Wong <darrick.wong@oracle.com>2019-10-09 09:39:20 -0700
commit9b1c403497014f3153f61d80b6ca207fec523a25 (patch)
treebe8cfa705c3d1725ddace7e4eb81a6629cb84357 /fs/xfs/Makefile
parent02453a9fb545bd55a8620bad1cef98d237c81aa6 (diff)
xfs: repair refcount btreesrepair-ag-btrees_2019-10-09
Reconstruct the refcount data from the rmap btree. Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com>
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 6ca9755f031e..5ece4a554c9f 100644
--- a/fs/xfs/Makefile
+++ b/fs/xfs/Makefile
@@ -164,6 +164,7 @@ xfs-y += $(addprefix scrub/, \
array.o \
bitmap.o \
ialloc_repair.o \
+ refcount_repair.o \
repair.o \
xfile.o \
)