commit | 6c631e79e73c7122c890ef943f8ca9aab9e1dec8 | [log] [tgz] |
---|---|---|
author | Darrick J. Wong <djwong@kernel.org> | Mon Apr 15 14:54:48 2024 -0700 |
committer | Darrick J. Wong <djwong@kernel.org> | Mon Apr 15 14:58:54 2024 -0700 |
tree | 0d1667dd037057ef5c338a6f7b22828e1544a2ef | |
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>