commit | 554ba965407e90fed381a93f230b6ca675cfcd07 | [log] [tgz] |
---|---|---|
author | Darrick J. Wong <darrick.wong@oracle.com> | Fri May 04 15:31:21 2018 -0700 |
committer | Darrick J. Wong <darrick.wong@oracle.com> | Tue May 15 17:56:59 2018 -0700 |
tree | 908fa80f638ee270e0a5bb243c0f5bc1ae15227d | |
parent | 28b9060bd80851d889152bc17a241fe1eddb1a0b [diff] |
xfs: refactor dquot iteration Create a helper function to iterate all the dquots of a given type in the system, and refactor the dquot scrub to use it. This will get more use in the quota repair code. Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com> Reviewed-by: Brian Foster <bfoster@redhat.com> Reviewed-by: Christoph Hellwig <hch@lst.de>