commit | 0ac75a3440436f71206972dac6957ee8782c6399 | [log] [tgz] |
---|---|---|
author | Darrick J. Wong <djwong@kernel.org> | Thu Jan 06 14:13:24 2022 -0800 |
committer | Darrick J. Wong <djwong@kernel.org> | Fri May 13 13:30:31 2022 -0700 |
tree | b3d55d0883caad3d26284c260786a98ce1e60d38 | |
parent | 1dbeabc412a8a01974b88c1252e526796d3d1c5e [diff] |
xfs_scrub: don't revisit scanned inodes when reprocessing a stale inode If we decide to restart an inode chunk walk because one of the inodes is stale, make sure that we don't walk an inode that's been scanned before. This ensure we always make forward progress. Found by observing backwards inode scan progress while running xfs/285. Signed-off-by: Darrick J. Wong <djwong@kernel.org>