xfs: remove support for untagged lookups in xfs_icwalk*
authorChristoph Hellwig <hch@lst.de>
Fri, 13 Aug 2021 16:16:52 +0000 (09:16 -0700)
committerDarrick J. Wong <djwong@kernel.org>
Thu, 19 Aug 2021 01:46:02 +0000 (18:46 -0700)
commita437b9b488e36e41026888fc0aa20ec83f39a643
tree21bef05cbf60bfba775da12589318eaa174b3de0
parent32816fd7920b32c24e1720ce387482fb430959fc
xfs: remove support for untagged lookups in xfs_icwalk*

With quotaoff not allowing disabling of accounting there is no need
for untagged lookups in this code, so remove the dead leftovers.

Repoted-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: Christoph Hellwig <hch@lst.de>
[djwong: convert to for_each_perag_tag]
Reviewed-by: Darrick J. Wong <djwong@kernel.org>
Signed-off-by: Darrick J. Wong <djwong@kernel.org>
fs/xfs/xfs_icache.c