commit | 77899cc4ab7e656c771d8f2d939189451ea704d6 | [log] [tgz] |
---|---|---|
author | Darrick J. Wong <djwong@kernel.org> | Sun Sep 03 21:25:45 2023 -0700 |
committer | Darrick J. Wong <djwong@kernel.org> | Fri Sep 22 08:37:20 2023 -0700 |
tree | fd7f2aee1209b3d9e499b0b815268bcde5fb06b3 | |
parent | 71c575465bf2d3733d40b28adf88dadbd558c965 [diff] |
xfs: make inode unlinked bucket recovery work with quotacheck Teach quotacheck to reload the unlinked inode lists when walking the inode table. This requires extra state handling, since it's possible that a reloaded inode will get inactivated before quotacheck tries to scan it; in this case, we need to ensure that the reloaded inode does not have dquots attached when it is freed. Signed-off-by: Darrick J. Wong <djwong@kernel.org>