commit | 2cab833f6cd998d48affff0382d9f9251049b74d | [log] [tgz] |
---|---|---|
author | Darrick J. Wong <djwong@kernel.org> | Tue Jan 09 09:40:06 2024 -0800 |
committer | Darrick J. Wong <djwong@kernel.org> | Sun Mar 24 13:23:25 2024 -0700 |
tree | efd92e6ab2688033170b4d6eff059b19bd42a300 | |
parent | 8eac0099ce96fbca07ba8e8ebed06ecb23f1f23a [diff] |
xfs: hook live rmap operations during a repair operation Hook the regular rmap code when an rmapbt repair operation is running so that we can unlock the AGF buffer to scan the filesystem and keep the in-memory btree up to date during the scan. Signed-off-by: Darrick J. Wong <djwong@kernel.org> Reviewed-by: Christoph Hellwig <hch@lst.de>