xfs: rename on-disk dquot counter zap functions
authorDarrick J. Wong <darrick.wong@oracle.com>
Fri, 4 May 2018 22:31:20 +0000 (15:31 -0700)
committerDarrick J. Wong <darrick.wong@oracle.com>
Thu, 10 May 2018 15:56:48 +0000 (08:56 -0700)
commit28b9060bd80851d889152bc17a241fe1eddb1a0b
tree7864087e86f13439678dc83ceacc6813ef0772bb
parent30ab2dcf2c0693e518b1920e6edc4212cba10d10
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>
fs/xfs/xfs_qm.c