commit | 60b64dc340e69ab8e7d695e90efec7bb0e321e0f | [log] [tgz] |
---|---|---|
author | Darrick J. Wong <djwong@kernel.org> | Tue Jan 09 09:40:55 2024 -0800 |
committer | Darrick J. Wong <djwong@kernel.org> | Tue May 21 13:05:32 2024 -0700 |
tree | f5effff365fcab75840e23afe8e82abdca7ae571 | |
parent | bc64c27f3dcd9878a3559087364b7139f59649c5 [diff] |
xfs: repair extended attributes 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> Reviewed-by: Christoph Hellwig <hch@lst.de>