commit | 014bd7a52823066707fedc8d0d941574f86e3eac | [log] [tgz] |
---|---|---|
author | Darrick J. Wong <djwong@kernel.org> | Wed Aug 21 10:42:59 2024 -0700 |
committer | Darrick J. Wong <djwong@kernel.org> | Wed Sep 18 14:00:43 2024 -0700 |
tree | 01571df7c88f057cf7568ffa4a7990c84c124d4e | |
parent | 8c226aa36c3547c620fa4ed15db3eb208e0eff5c [diff] |
xfs: refactor loading quota inodes in the regular case Create a helper function to load quota inodes in the case where the dqtype and the sb quota inode fields correspond. This is true for nearly all the iget callsites in the quota code, except for when we're switching the group and project quota inodes. We'll need this in subsequent patches to make the metadir handling less convoluted. Signed-off-by: Darrick J. Wong <djwong@kernel.org> Reviewed-by: Christoph Hellwig <hch@lst.de>