summaryrefslogtreecommitdiff
path: root/fs/xfs/Makefile
diff options
context:
space:
mode:
authorDarrick J. Wong <djwong@kernel.org>2022-07-14 11:15:06 -0700
committerDarrick J. Wong <djwong@kernel.org>2022-10-14 14:16:59 -0700
commit2e85dc25717f681db7256aa7e482556a6328d4c5 (patch)
tree14a9a826ebb174bdbde7c2f370767bbe6f23939f /fs/xfs/Makefile
parentd9c823fe303b84b4411d0d3defb96aca98ae154c (diff)
xfs: create imeta abstractions to get and set metadata inodes
Create some helper routines to get and set metadata inode numbers instead of open-coding them throughout xfs. 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 e37cecfe67a5..b18306294969 100644
--- a/fs/xfs/Makefile
+++ b/fs/xfs/Makefile
@@ -37,6 +37,7 @@ xfs-y += $(addprefix libxfs/, \
xfs_ialloc.o \
xfs_ialloc_btree.o \
xfs_iext_tree.o \
+ xfs_imeta.o \
xfs_inode_fork.o \
xfs_inode_buf.o \
xfs_inode_util.o \