diff options
author | Darrick J. Wong <djwong@kernel.org> | 2024-04-15 14:54:48 -0700 |
---|---|---|
committer | Darrick J. Wong <djwong@kernel.org> | 2024-04-15 14:58:54 -0700 |
commit | 6c631e79e73c7122c890ef943f8ca9aab9e1dec8 (patch) | |
tree | 0d1667dd037057ef5c338a6f7b22828e1544a2ef /fs/xfs/Makefile | |
parent | 40190f9f918aaf3355c8f777e6e658ea3bf77870 (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/Makefile | 1 |
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 \ |