commit | 11410e762f4adc8b9f72ff095926c6d3b2744633 | [log] [tgz] |
---|---|---|
author | Darrick J. Wong <djwong@kernel.org> | Thu Jan 06 14:13:35 2022 -0800 |
committer | Darrick J. Wong <djwong@kernel.org> | Wed Jan 19 16:02:57 2022 -0800 |
tree | a4c37f877e1595093934c5b249bc7998fe85fe4f | |
parent | 15816cb394761c05eb96ee6134d2d19279b4f32e [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>