summaryrefslogtreecommitdiff
tag namequotaoff-cleanups_2021-05-25 (70b21800b961911f5ad4e92085ac71707eb644c5)
tag date2021-05-25 18:51:13 -0700
tagged byDarrick J. Wong <djwong@kernel.org>
tagged objectcommit 121c5b8592...
xfs: clean up quotaoff inode walks
This series cleans up the inode walk that quotaoff does to detach dquots from the current set of incore inodes. Once we've cleared away all the baggage that was implemented for "no tag" walks (since this is the only caller that doesn't use tags), we can speed up quotaoff by making it detach more aggressively. This gets us into shape for further inode walk cleanups in the next series. v2: rebase to 5.13