commit | 28b9060bd80851d889152bc17a241fe1eddb1a0b | [log] [tgz] |
---|---|---|
author | Darrick J. Wong <darrick.wong@oracle.com> | Fri May 04 15:31:20 2018 -0700 |
committer | Darrick J. Wong <darrick.wong@oracle.com> | Thu May 10 08:56:48 2018 -0700 |
tree | 7864087e86f13439678dc83ceacc6813ef0772bb | |
parent | 30ab2dcf2c0693e518b1920e6edc4212cba10d10 [diff] |
xfs: rename on-disk dquot counter zap functions The function 'xfs_qm_dqiterate' doesn't iterate dquots at all, it iterates all dquot blocks of a quota inode and clears the counters. Therefore, change the name to something more descriptive so that we can introduce a real dquot iterator later. Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com> Reviewed-by: Brian Foster <bfoster@redhat.com> Reviewed-by: Christoph Hellwig <hch@lst.de>