commit | abf039e2e4afde98e448253f9a7ecc784a87924d | [log] [tgz] |
---|---|---|
author | Darrick J. Wong <djwong@kernel.org> | Mon Apr 15 14:54:33 2024 -0700 |
committer | Darrick J. Wong <djwong@kernel.org> | Mon Apr 15 14:58:49 2024 -0700 |
tree | 327aad3e389a2389565f9e77178783c47c50aae3 | |
parent | 56596d8bffd2f3c80d9844835e6c118d89b67ca9 [diff] |
xfs: online repair of realtime summaries Repair the realtime summary data by constructing a new rtsummary file in the scrub temporary file, then atomically swapping the contents. Signed-off-by: Darrick J. Wong <djwong@kernel.org> Reviewed-by: Christoph Hellwig <hch@lst.de>