summaryrefslogtreecommitdiff
path: root/fs/xfs/scrub/attr_repair.c
AgeCommit message (Collapse)Author
2021-12-15xfs: repair extended attributesDarrick J. Wong
If the extended attributes look bad, try to sift through the rubble to find whatever keys/values we can, stage a new attribute structure in a temporary file and use the atomic extent swapping mechanism to commit the results in bulk. Signed-off-by: Darrick J. Wong <djwong@kernel.org>