commit | b3bcb8f0a8b5763defc09bc6d9a04da275ad780a | [log] [tgz] |
---|---|---|
author | Darrick J. Wong <djwong@kernel.org> | Mon Apr 15 16:07:49 2024 -0700 |
committer | Darrick J. Wong <djwong@kernel.org> | Wed Apr 17 14:06:28 2024 -0700 |
tree | bf27657642d15c5dba108c0cd0aa7251701e96c1 | |
parent | e88445180ea303cb9ae700061dce9c7d495d40f9 [diff] |
xfs_repair: rebuild block mappings from rmapbt data Use rmap records to rebuild corrupt inode forks instead of zapping the whole inode if we think the rmap data is reasonably sane. Signed-off-by: Darrick J. Wong <djwong@kernel.org> Reviewed-by: Christoph Hellwig <hch@lst.de> Reviewed-by: Bill O'Donnell <bodonnel@redhat.com>