commit | f817843155b80622a39892f318011a7f15522281 | [log] [tgz] |
---|---|---|
author | Darrick J. Wong <djwong@kernel.org> | Tue Jan 09 09:38:33 2024 -0800 |
committer | Darrick J. Wong <djwong@kernel.org> | Sun Mar 24 13:23:19 2024 -0700 |
tree | 55abe1ffe8d295106aa1600541a019cde6bbfb80 | |
parent | 24b8563266b5463153e84a11e6e27e03ec82de92 [diff] |
xfs: implement live quotacheck inode scan Create a new trio of scrub functions to check quota counters. While the dquots themselves are filesystem metadata and should be checked early, the dquot counter values are computed from other metadata and are therefore summary counters. We don't plug these into the scrub dispatch just yet, because we still need to be able to watch quota updates while doing our scan. Signed-off-by: Darrick J. Wong <djwong@kernel.org>