commit | 9de4b514494a3b49fa708186c0dc4611f1fe549c | [log] [tgz] |
---|---|---|
author | Darrick J. Wong <djwong@kernel.org> | Mon Mar 22 09:51:52 2021 -0700 |
committer | Darrick J. Wong <djwong@kernel.org> | Thu Mar 25 16:47:49 2021 -0700 |
tree | ff33102d9c567f56f983acc85bd55c23f74d91a0 | |
parent | 7716ee54cb88e1b76e6a9b61416e286b8150f61d [diff] |
xfs: mark a data structure sick if there are cross-referencing errors If scrub observes cross-referencing errors while scanning a data structure, mark the data structure sick. There's /something/ inconsistent, even if we can't really tell what it is. Fixes: 4860a05d2475 ("xfs: scrub/repair should update filesystem metadata health") Signed-off-by: Darrick J. Wong <djwong@kernel.org> Reviewed-by: Christoph Hellwig <hch@lst.de>