commit | 13da84326ed6ea5c5770b323671b547c572fc58b | [log] [tgz] |
---|---|---|
author | Darrick J. Wong <djwong@kernel.org> | Wed Mar 24 15:07:40 2021 -0700 |
committer | Darrick J. Wong <djwong@kernel.org> | Thu Mar 25 16:59:59 2021 -0700 |
tree | 68f4feb776bcd285f481e75119b6d70632bb2109 | |
parent | 729c1b4839661c6f5a7c4a416e50034e7f9fe4f5 [diff] |
xfs: refactor per-AG inode tagging functions In preparation for adding another incore inode tree tag, refactor the code that sets and clears tags from the per-AG inode tree and the tree of per-AG structures, and remove the open-coded versions used by the blockgc code. Signed-off-by: Darrick J. Wong <djwong@kernel.org>