summaryrefslogtreecommitdiff
path: root/fs/xfs/Makefile
diff options
context:
space:
mode:
authorDarrick J. Wong <djwong@kernel.org>2024-04-15 14:54:48 -0700
committerDarrick J. Wong <djwong@kernel.org>2024-04-15 14:58:54 -0700
commit6c631e79e73c7122c890ef943f8ca9aab9e1dec8 (patch)
tree0d1667dd037057ef5c338a6f7b22828e1544a2ef /fs/xfs/Makefile
parent40190f9f918aaf3355c8f777e6e658ea3bf77870 (diff)
xfs: create an xattr iteration function for scrub
Create a streamlined function to walk a file's xattrs, without all the cursor management stuff in the regular listxattr. Signed-off-by: Darrick J. Wong <djwong@kernel.org> Reviewed-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 8647629ac7bf..7dbe6b3befb3 100644
--- a/fs/xfs/Makefile
+++ b/fs/xfs/Makefile
@@ -165,6 +165,7 @@ xfs-y += $(addprefix scrub/, \
ialloc.o \
inode.o \
iscan.o \
+ listxattr.o \
nlinks.o \
parent.o \
readdir.o \