summaryrefslogtreecommitdiff
path: root/fs/xfs/Makefile
diff options
context:
space:
mode:
authorDarrick J. Wong <djwong@kernel.org>2022-07-14 11:16:22 -0700
committerDarrick J. Wong <djwong@kernel.org>2022-10-14 14:17:28 -0700
commitefd4901deadd9bc88149a2073fce4ec83f2de225 (patch)
treeea32836a4fe0d29c5d1e28c63e033218a3430a59 /fs/xfs/Makefile
parent1dfb611972cc505b571fd3c553526e350061ddc4 (diff)
xfs: export reference count information to userspacereport-refcounts_2022-10-14
Export refcount info to userspace so we can prototype a sharing-aware defrag/fs rearranging tool. 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 9f8e03cb74a9..a96eefbb7bc9 100644
--- a/fs/xfs/Makefile
+++ b/fs/xfs/Makefile
@@ -78,6 +78,7 @@ xfs-y += xfs_aops.o \
xfs_filestream.o \
xfs_fsmap.o \
xfs_fsops.o \
+ xfs_fsrefs.o \
xfs_globals.o \
xfs_health.o \
xfs_icache.o \